Home
last modified time | relevance | path

Searched refs:setPreprocessor (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/Lex/
DPTHManager.h134 void setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function
/external/clang/lib/Frontend/
DFrontendAction.cpp226 CI.setPreprocessor(&AST->getPreprocessor()); in BeginSourceFile()
437 CI.setPreprocessor(nullptr); in BeginSourceFile()
519 CI.setPreprocessor(nullptr); in EndSourceFile()
DCompilerInstance.cpp98 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance
321 PTHMgr->setPreprocessor(&*PP); in createPreprocessor()
DASTUnit.cpp261 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function in ASTUnit
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp93 Instance.setPreprocessor(&CI.getPreprocessor()); in onBodySynthesis()
/external/clang/include/clang/Frontend/
DCompilerInstance.h444 void setPreprocessor(Preprocessor *Value);
DASTUnit.h512 void setPreprocessor(Preprocessor *pp);
/external/clang/tools/libclang/
DCXIndexDataConsumer.h346 void setPreprocessor(Preprocessor &PP);
DCXIndexDataConsumer.cpp413 void CXIndexDataConsumer::setPreprocessor(Preprocessor &PP) { in setPreprocessor() function in CXIndexDataConsumer
414 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP); in setPreprocessor()
DIndexing.cpp374 DataConsumer->setPreprocessor(PP); in CreateASTConsumer()