Searched refs:setPreprocessor (Results 1 – 10 of 10) sorted by relevance
134 void setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function
208 CI.setPreprocessor(&AST->getPreprocessor()); in BeginSourceFile()419 CI.setPreprocessor(nullptr); in BeginSourceFile()501 CI.setPreprocessor(nullptr); in EndSourceFile()
96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance319 PTHMgr->setPreprocessor(&*PP); in createPreprocessor()
261 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function in ASTUnit
93 Instance.setPreprocessor(&CI.getPreprocessor()); in onBodySynthesis()
444 void setPreprocessor(Preprocessor *Value);
512 void setPreprocessor(Preprocessor *pp);
346 void setPreprocessor(Preprocessor &PP);
201 void IndexingContext::setPreprocessor(Preprocessor &PP) { in setPreprocessor() function in IndexingContext202 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP); in setPreprocessor()
429 IndexCtx.setPreprocessor(PP); in CreateASTConsumer()