Searched refs:setPreprocessor (Results 1 – 10 of 10) sorted by relevance
134 void setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function
93 Instance.setPreprocessor(&CI.getPreprocessor()); in onBodySynthesis()
207 CI.setPreprocessor(&AST->getPreprocessor()); in BeginSourceFile()419 CI.setPreprocessor(nullptr); in BeginSourceFile()
96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance312 PTHMgr->setPreprocessor(&*PP); in createPreprocessor()
260 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function in ASTUnit
427 void setPreprocessor(Preprocessor *Value);
508 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()