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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h348 unsigned PreambleTopLevelHashValue = 0; member in class:clang::ASTUnit
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1411 PreambleTopLevelHashValue = Callbacks.getHash();
1422 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) {
1424 PreambleTopLevelHashValue = CurrentTopLevelHashValue;

Completed in 114 milliseconds