Searched refs:getCompilerInstance (Results 1 - 8 of 8) sorted by relevance

/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp32 getCompilerInstance().getASTContext().setExternalSource(Source);
33 getCompilerInstance().getASTContext().getTranslationUnitDecl()
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp89 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
170 CompilerInstance &CI = getCompilerInstance();
178 CompilerInstance &CI = getCompilerInstance();
186 CompilerInstance &CI = getCompilerInstance();
/external/clang/lib/Frontend/
H A DFrontendActions.cpp382 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();
H A DASTMerge.cpp35 CompilerInstance &CI = getCompilerInstance();
H A DFrontendAction.cpp407 CompilerInstance &CI = getCompilerInstance();
428 CompilerInstance &CI = getCompilerInstance();
485 return getCompilerInstance().getDiagnostics().hasErrorOccurred();
493 CompilerInstance &CI = getCompilerInstance();
/external/clang/include/clang/Frontend/
H A DFrontendAction.h58 /// getCompilerInstance().
114 CompilerInstance &getCompilerInstance() const { function in class:clang::FrontendAction
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp150 CompilerInstance &CI = getCompilerInstance();
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp554 if (!getCompilerInstance().hasASTConsumer())
637 CompilerInstance &CI = getCompilerInstance();

Completed in 298 milliseconds