Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp881 Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
883 Unit, Unit.getCurrentTopLevelHashValue()); in CreateASTConsumer()
925 Unit(Unit), Hash(Unit.getCurrentTopLevelHashValue()), Action(Action) { in PrecompilePreambleConsumer()
979 Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
1816 AST->getCurrentTopLevelHashValue())); in LoadFromCompilerInvocationAction()
1821 *AST, AST->getCurrentTopLevelHashValue())); in LoadFromCompilerInvocationAction()
/external/clang/include/clang/Frontend/
DASTUnit.h597 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue() function