Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h348 unsigned PreambleTopLevelHashValue = 0; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1398 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
1409 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1411 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()