HomeSort by: relevance | last modified time | path
    Searched refs:CurrentTopLevelHashValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 352 unsigned CurrentTopLevelHashValue = 0;
543 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 504 CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue;
1411 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) {
1413 PreambleTopLevelHashValue = CurrentTopLevelHashValue;
1855 CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue)

Completed in 58 milliseconds