Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h347 unsigned PreambleTopLevelHashValue = 0; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1426 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
1437 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1439 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()