Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h406 unsigned CurrentTopLevelHashValue; variable
597 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp234 CurrentTopLevelHashValue(0), in ASTUnit()
488 CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue; in CacheCodeCompletionResults()
1630 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1632 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()
2047 CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue) in Reparse()