Searched refs:getInvocation (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ARCMTActions.cpp | 17 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 D | DependencyScanningWorker.cpp | 77 const CompilerInvocation &CI = Compiler.getInvocation(); in runInvocation() 111 std::move(Compiler.getInvocation().getDependencyOutputOpts())); in runInvocation()
|
H A D | ModuleDepCollector.cpp | 112 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 D | Interpreter.cpp | 80 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 D | ChainedIncludesSource.cpp | 128 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource() 153 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in createChainedIncludesSource()
|
H A D | CompilerInstance.cpp | 103 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 D | ASTUnit.cpp | 1166 LangOpts = Clang->getInvocation().LangOpts; in Parse() 1439 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance() 2247 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
|
H A D | PrecompiledPreamble.cpp | 384 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 228 CompilerInvocation &getInvocation() { in getInvocation() function 648 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | cc1_main.cpp | 212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp | 158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | extract_interface.cc | 326 shared_ptr<TargetOptions> TO = Clang->getInvocation().TargetOpts; in create_target_info()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 209 Ins->getDiagnostics(), Ins->getInvocation().TargetOpts); in BuildCompilerInstance()
|