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

  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 91 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
172 CompilerInstance &CI = getCompilerInstance();
180 CompilerInstance &CI = getCompilerInstance();
188 CompilerInstance &CI = getCompilerInstance();
  /external/clang/lib/Frontend/
FrontendActions.cpp 324 Preprocessor &PP = getCompilerInstance().getPreprocessor();
342 Preprocessor &PP = getCompilerInstance().getPreprocessor();
354 CompilerInstance &CI = getCompilerInstance();
369 Preprocessor &PP = getCompilerInstance().getPreprocessor();
383 CompilerInstance &CI = getCompilerInstance();
454 CompilerInstance &CI = getCompilerInstance();
ASTMerge.cpp 35 CompilerInstance &CI = getCompilerInstance();
FrontendAction.cpp 365 CompilerInstance &CI = getCompilerInstance();
393 CompilerInstance &CI = getCompilerInstance();
453 CompilerInstance &CI = getCompilerInstance();
  /external/clang/include/clang/Frontend/
FrontendAction.h 58 /// getCompilerInstance().
106 CompilerInstance &getCompilerInstance() const {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 285 if (!getCompilerInstance().hasASTConsumer())
369 CompilerInstance &CI = getCompilerInstance();

Completed in 125 milliseconds