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 124 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /external/clang/lib/Frontend/
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/tools/libclang/
IndexingContext.cpp 203 void IndexingContext::setPreprocessor(Preprocessor &PP) {
204 static_cast<ASTUnit*>(CXTU->TUData)->setPreprocessor(&PP);
    [all...]

Completed in 1976 milliseconds