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 89 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
170 CompilerInstance &CI = getCompilerInstance();
178 CompilerInstance &CI = getCompilerInstance();
186 CompilerInstance &CI = getCompilerInstance();
  /external/clang/lib/Frontend/
FrontendActions.cpp 431 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
442 getCompilerInstance().getFileManager(),
451 Preprocessor &PP = getCompilerInstance().getPreprocessor();
469 Preprocessor &PP = getCompilerInstance().getPreprocessor();
481 CompilerInstance &CI = getCompilerInstance();
496 Preprocessor &PP = getCompilerInstance().getPreprocessor();
510 CompilerInstance &CI = getCompilerInstance();
581 CompilerInstance &CI = getCompilerInstance();
ASTMerge.cpp 35 CompilerInstance &CI = getCompilerInstance();
FrontendAction.cpp 365 CompilerInstance &CI = getCompilerInstance();
393 CompilerInstance &CI = getCompilerInstance();
449 return getCompilerInstance().getDiagnostics().hasErrorOccurred();
457 CompilerInstance &CI = getCompilerInstance();
  /external/clang/include/clang/Frontend/
FrontendAction.h 58 /// getCompilerInstance().
114 CompilerInstance &getCompilerInstance() const {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 302 if (!getCompilerInstance().hasASTConsumer())
386 CompilerInstance &CI = getCompilerInstance();

Completed in 3957 milliseconds