Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h351 unsigned CurrentTopLevelHashValue = 0; variable
542 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp504 CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue; in CacheCodeCompletionResults()
1437 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1439 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()
1883 CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue) in Reparse()