Searched defs:setPreprocessor (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHManager.h124 void setPreprocessor(Preprocessor *pp) { PP = pp; } function in class:clang::PTHManager
/external/clang/tools/libclang/
H A DIndexingContext.cpp203 void IndexingContext::setPreprocessor(Preprocessor &PP) { function in class:IndexingContext
204 static_cast<ASTUnit*>(CXTU->TUData)->setPreprocessor(&PP);
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp77 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } function in class:CompilerInstance
256 PTHMgr->setPreprocessor(&*PP);
H A DASTUnit.cpp260 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } function in class:ASTUnit

Completed in 106 milliseconds