Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp885 Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
887 Unit, Unit.getCurrentTopLevelHashValue()); in CreateASTConsumer()
932 Unit(Unit), Hash(Unit.getCurrentTopLevelHashValue()), Action(Action), in PrecompilePreambleConsumer()
995 Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
1846 AST->getCurrentTopLevelHashValue())); in LoadFromCompilerInvocationAction()
1851 *AST, AST->getCurrentTopLevelHashValue())); in LoadFromCompilerInvocationAction()
/external/clang/include/clang/Frontend/
DASTUnit.h601 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue() function