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 124 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /external/clang/lib/Frontend/
FrontendAction.cpp 189 CI.setPreprocessor(&AST->getPreprocessor());
307 CI.setPreprocessor(0);
CompilerInstance.cpp 77 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; }
256 PTHMgr->setPreprocessor(&*PP);
    [all...]
ASTUnit.cpp 264 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; }
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 356 void setPreprocessor(Preprocessor *Value);
ASTUnit.h 446 void setPreprocessor(Preprocessor *pp);
  /external/clang/tools/libclang/
IndexingContext.h 359 void setPreprocessor(Preprocessor &PP);