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

  /external/clang/include/clang/Lex/
PTHManager.h 123 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /external/clang/lib/Frontend/
FrontendAction.cpp 199 CI.setPreprocessor(&AST->getPreprocessor());
351 CI.setPreprocessor(0);
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/include/clang/Frontend/
CompilerInstance.h 370 void setPreprocessor(Preprocessor *Value);
ASTUnit.h 457 void setPreprocessor(Preprocessor *pp);
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 349 void setPreprocessor(Preprocessor &PP);
IndexingContext.cpp 202 void IndexingContext::setPreprocessor(Preprocessor &PP) {
203 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP);
    [all...]
Indexing.cpp 439 IndexCtx.setPreprocessor(PP);
    [all...]

Completed in 60 milliseconds