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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h352 unsigned CurrentTopLevelHashValue = 0; member in class:clang::ASTUnit
543 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp503 CompletionCacheTopLevelHashValue = CurrentTopLevelHashValue;
1422 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) {
1424 PreambleTopLevelHashValue = CurrentTopLevelHashValue;
1876 CurrentTopLevelHashValue != CompletionCacheTopLevelHashValue)

Completed in 112 milliseconds