Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPTHManager.h133 void setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp93 Instance.setPreprocessor(&CI.getPreprocessor()); in onBodySynthesis()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp207 CI.setPreprocessor(&AST->getPreprocessor()); in BeginSourceFile()
408 CI.setPreprocessor(nullptr); in BeginSourceFile()
H A DCompilerInstance.cpp96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance
312 PTHMgr->setPreprocessor(&*PP); in createPreprocessor()
H A DASTUnit.cpp267 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function in ASTUnit
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h415 void setPreprocessor(Preprocessor *Value);
H A DASTUnit.h508 void setPreprocessor(Preprocessor *pp);
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.h346 void setPreprocessor(Preprocessor &PP);
H A DIndexingContext.cpp201 void IndexingContext::setPreprocessor(Preprocessor &PP) { in setPreprocessor() function in IndexingContext
202 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP); in setPreprocessor()
H A DIndexing.cpp429 IndexCtx.setPreprocessor(PP); in CreateASTConsumer()