Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp892 Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
894 Unit, Unit.getCurrentTopLevelHashValue()); in CreateASTConsumer()
936 Unit(Unit), Hash(Unit.getCurrentTopLevelHashValue()), Action(Action) { in PrecompilePreambleConsumer()
992 Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
1834 AST->getCurrentTopLevelHashValue())); in LoadFromCompilerInvocationAction()
1839 *AST, AST->getCurrentTopLevelHashValue())); in LoadFromCompilerInvocationAction()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h597 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue() function