Searched refs:setPreprocessor (Results 1 – 10 of 10) sorted by relevance
134 void setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function
226 CI.setPreprocessor(&AST->getPreprocessor()); in BeginSourceFile()437 CI.setPreprocessor(nullptr); in BeginSourceFile()519 CI.setPreprocessor(nullptr); in EndSourceFile()
98 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance321 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);
413 void CXIndexDataConsumer::setPreprocessor(Preprocessor &PP) { in setPreprocessor() function in CXIndexDataConsumer414 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP); in setPreprocessor()
374 DataConsumer->setPreprocessor(PP); in CreateASTConsumer()