Home
last modified time | relevance | path

Searched refs:CurrentTopLevelHashValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h352 unsigned CurrentTopLevelHashValue = 0; variable
543 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue()
/external/clang/include/clang/Frontend/
DASTUnit.h408 unsigned CurrentTopLevelHashValue; variable
601 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue()
/external/clang/lib/Frontend/
DASTUnit.cpp228 CurrentTopLevelHashValue(0), in ASTUnit()
477 CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue; in CacheCodeCompletionResults()
1640 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1642 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()
2071 CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue) in Reparse()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp504 CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue; in CacheCodeCompletionResults()
1422 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1424 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()
1874 CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue) in Reparse()