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 205 CI.setPreprocessor(&AST->getPreprocessor());
393 CI.setPreprocessor(nullptr);
CompilerInstance.cpp 96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; }
312 PTHMgr->setPreprocessor(&*PP);
    [all...]
ASTUnit.cpp 264 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; }
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 408 void setPreprocessor(Preprocessor *Value);
ASTUnit.h 497 void setPreprocessor(Preprocessor *pp);
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 343 void setPreprocessor(Preprocessor &PP);
IndexingContext.cpp 201 void IndexingContext::setPreprocessor(Preprocessor &PP) {
202 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP);
    [all...]
Indexing.cpp 429 IndexCtx.setPreprocessor(PP);
    [all...]

Completed in 125 milliseconds