Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h350 unsigned PreambleTopLevelHashValue = 0; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1435 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
1446 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1448 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()