Home
last modified time | relevance | path

Searched refs:getCompilerInstance (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp89 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()
174 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
182 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
190 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DExternalASTSourceTest.cpp32 getCompilerInstance().getASTContext().setExternalSource(Source); in ExecuteAction()
33 getCompilerInstance().getASTContext().getTranslationUnitDecl() in ExecuteAction()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp403 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
550 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()
561 getCompilerInstance().getFileManager(), in ExecuteAction()
570 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
588 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
600 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
615 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
629 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
700 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DFrontendAction.cpp422 CompilerInstance &CI = getCompilerInstance(); in Execute()
443 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile()
500 return getCompilerInstance().getDiagnostics().hasErrorOccurred(); in shouldEraseOutputFiles()
508 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
H A DASTMerge.cpp35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h114 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/
H A DFrontendActionTest.cpp162 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
/minix3/external/bsd/llvm/dist/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp150 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp585 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()
675 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()