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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPTHManager.h123 void setPreprocessor(Preprocessor *pp) { PP = pp; } function in class:clang::PTHManager
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp199 CI.setPreprocessor(&AST->getPreprocessor());
351 CI.setPreprocessor(0);
H A DCompilerInstance.cpp88 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } function in class:CompilerInstance
234 PTHMgr->setPreprocessor(&*PP);
H A DASTUnit.cpp274 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } function in class:ASTUnit
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h370 void setPreprocessor(Preprocessor *Value);
H A DASTUnit.h457 void setPreprocessor(Preprocessor *pp);

Completed in 73 milliseconds