Searched defs:setPreprocessor (Results 1 - 4 of 4) 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/tools/libclang/
H A DIndexingContext.cpp201 void IndexingContext::setPreprocessor(Preprocessor &PP) { function in class:IndexingContext
202 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP);
/external/clang/lib/Frontend/
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

Completed in 198 milliseconds