Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMTActions.cpp17 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(), in BeginInvocation()
31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(), in BeginInvocation()
41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp77 const CompilerInvocation &CI = Compiler.getInvocation(); in runInvocation()
111 std::move(Compiler.getInvocation().getDependencyOutputOpts())); in runInvocation()
H A DModuleDepCollector.cpp112 MDC.ContextHash = Instance.getInvocation().getModuleHash(); in FileChanged()
207 makeInvocationForModuleBuildWithoutPaths(MD, Instance.getInvocation()); in handleTopLevelModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp80 Clang->getInvocation(), llvm::makeArrayRef(Argv.begin(), Argv.size()), in CreateCI()
107 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in CreateCI()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp128 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource()
153 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in createChainedIncludesSource()
H A DCompilerInstance.cpp103 getInvocation().TargetOpts)); in createTarget()
374 : createVFSFromCompilerInvocation(getInvocation(), in createFileManager()
488 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1051 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1074 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1083 = ImportingInstance.getInvocation().getPreprocessorOpts();
1106 assert(ImportingInstance.getInvocation().getModuleHash() ==
H A DASTUnit.cpp1166 LangOpts = Clang->getInvocation().LangOpts; in Parse()
1439 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance()
2247 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
H A DPrecompiledPreamble.cpp384 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h228 CompilerInvocation &getInvocation() { in getInvocation() function
648 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc326 shared_ptr<TargetOptions> TO = Clang->getInvocation().TargetOpts; in create_target_info()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp209 Ins->getDiagnostics(), Ins->getInvocation().TargetOpts); in BuildCompilerInstance()