Searched refs:setPreprocessor (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHManager.h123 void setPreprocessor(Preprocessor *pp) { PP = pp; } function in class:clang::PTHManager
/external/clang/lib/Frontend/
H A DFrontendAction.cpp205 CI.setPreprocessor(&AST->getPreprocessor());
393 CI.setPreprocessor(nullptr);
H A DCompilerInstance.cpp96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } function in class:CompilerInstance
312 PTHMgr->setPreprocessor(&*PP);
H A DASTUnit.cpp264 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } function in class:ASTUnit
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h408 void setPreprocessor(Preprocessor *Value);
H A DASTUnit.h497 void setPreprocessor(Preprocessor *pp);
/external/clang/tools/libclang/
H A DIndexingContext.h343 void setPreprocessor(Preprocessor &PP);
H A DIndexingContext.cpp201 void IndexingContext::setPreprocessor(Preprocessor &PP) { function in class:IndexingContext
202 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP);
H A DIndexing.cpp429 IndexCtx.setPreprocessor(PP);

Completed in 2491 milliseconds