Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h348 unsigned PreambleTopLevelHashValue = 0; variable
/external/clang/include/clang/Frontend/
DASTUnit.h404 unsigned PreambleTopLevelHashValue; variable
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1411 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
1422 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1424 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()
/external/clang/lib/Frontend/
DASTUnit.cpp227 PreambleTopLevelHashValue(0), in ASTUnit()
1640 if (CurrentTopLevelHashValue != PreambleTopLevelHashValue) { in getMainBufferWithPrecompiledPreamble()
1642 PreambleTopLevelHashValue = CurrentTopLevelHashValue; in getMainBufferWithPrecompiledPreamble()