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

  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 32 getCompilerInstance().getASTContext().setExternalSource(Source);
33 getCompilerInstance().getASTContext().getTranslationUnitDecl()
  /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 382 CompilerInstance &CI = getCompilerInstance();
528 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
539 getCompilerInstance().getFileManager(),
548 Preprocessor &PP = getCompilerInstance().getPreprocessor();
566 Preprocessor &PP = getCompilerInstance().getPreprocessor();
578 CompilerInstance &CI = getCompilerInstance();
593 Preprocessor &PP = getCompilerInstance().getPreprocessor();
607 CompilerInstance &CI = getCompilerInstance();
678 CompilerInstance &CI = getCompilerInstance();
ASTMerge.cpp 35 CompilerInstance &CI = getCompilerInstance();
FrontendAction.cpp 407 CompilerInstance &CI = getCompilerInstance();
428 CompilerInstance &CI = getCompilerInstance();
485 return getCompilerInstance().getDiagnostics().hasErrorOccurred();
493 CompilerInstance &CI = getCompilerInstance();
  /external/clang/include/clang/Frontend/
FrontendAction.h 58 /// getCompilerInstance().
114 CompilerInstance &getCompilerInstance() const {
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 150 CompilerInstance &CI = getCompilerInstance();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 554 if (!getCompilerInstance().hasASTConsumer())
637 CompilerInstance &CI = getCompilerInstance();

Completed in 526 milliseconds