HomeSort by relevance Sort by last modified time
    Searched refs: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/
FrontendAction.cpp 158 CI.setPreprocessor(&AST->getPreprocessor());
265 CI.setPreprocessor(0);
CompilerInstance.cpp 86 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; }
235 PTHMgr->setPreprocessor(&*PP);
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 338 void setPreprocessor(Preprocessor *Value);

Completed in 431 milliseconds