Home
last modified time | relevance | path

Searched refs:getInvocation (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DARCMTActions.cpp18 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(), in BeginInvocation()
31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(), in BeginInvocation()
39 if (arcmt::migrateWithTemporaryFiles(CI.getInvocation(), in BeginInvocation()
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp87 Clang->getInvocation(), Argv.begin(), Argv.end(), Diags); in cc1_main()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 new CompilerInvocation(CI.getInvocation())); in onBodySynthesis()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp127 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource()
151 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in createChainedIncludesSource()
H A DASTUnit.cpp1056 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in Parse()
1074 LangOpts = Clang->getInvocation().LangOpts; in Parse()
1077 createVFSFromCompilerInvocation(Clang->getInvocation(), getDiagnostics()); in Parse()
1521 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in getMainBufferWithPrecompiledPreamble()
1552 createVFSFromCompilerInvocation(Clang->getInvocation(), getDiagnostics()); in getMainBufferWithPrecompiledPreamble()
1658 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance()
1782 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in LoadFromCompilerInvocationAction()
2357 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in CodeComplete()
H A DCompilerInstance.cpp338 getInvocation().getModuleHash()); in createPreprocessor()
778 getInvocation().TargetOpts)); in ExecuteAction()
867 (new CompilerInvocation(ImportingInstance.getInvocation())); in compileModuleImpl()
894 = ImportingInstance.getInvocation().getPreprocessorOpts(); in compileModuleImpl()
913 assert(ImportingInstance.getInvocation().getModuleHash() == in compileModuleImpl()
H A DFrontendAction.cpp226 createVFSFromCompilerInvocation(CI.getInvocation(), in BeginSourceFile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h207 CompilerInvocation &getInvocation() { in getInvocation() function