HomeSort by relevance Sort by last modified time
    Searched defs:setPreprocessor (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
PTHManager.h 123 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /external/clang/lib/Frontend/
CompilerInstance.cpp 85 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; }
237 PTHMgr->setPreprocessor(&*PP);
    [all...]
ASTUnit.cpp 269 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; }
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 202 void IndexingContext::setPreprocessor(Preprocessor &PP) {
203 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP);
    [all...]

Completed in 48 milliseconds