Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h354 unsigned CurrentTopLevelHashValue = 0; variable
546 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp504 CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue; in CacheCodeCompletionResults()
1458 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1460 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()
1912 CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue) in Reparse()