Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h343 unsigned PreambleTopLevelHashValue = 0; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1385 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
1396 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1398 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()