Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp963 new MacroDefinitionTrackerPPCallbacks(Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
965 Unit.getCurrentTopLevelHashValue()); in CreateASTConsumer()
1007 Unit(Unit), Hash(Unit.getCurrentTopLevelHashValue()), Action(Action) { in PrecompilePreambleConsumer()
1061 Unit.getCurrentTopLevelHashValue())); in CreateASTConsumer()
1880 new MacroDefinitionTrackerPPCallbacks(AST->getCurrentTopLevelHashValue())); in LoadFromCompilerInvocationAction()
1885 AST->getCurrentTopLevelHashValue())); in LoadFromCompilerInvocationAction()
/external/clang/include/clang/Frontend/
DASTUnit.h542 unsigned &getCurrentTopLevelHashValue() { return CurrentTopLevelHashValue; } in getCurrentTopLevelHashValue() function