Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp97 if (!CompilerInvocation::CreateFromArgs(Clang->getInvocation(), Argv, in TestAST()
102 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp105 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource()
130 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in createChainedIncludesSource()
H A DCompilerInstance.cpp109 getInvocation().TargetOpts)); in createTarget()
383 : createVFSFromCompilerInvocation(getInvocation(), in createFileManager()
497 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1158 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1178 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1187 = ImportingInstance.getInvocation().getPreprocessorOpts();
1210 assert(ImportingInstance.getInvocation().getModuleHash() ==
1499 return ImportingInstance.getInvocation() in compileModuleAndReadAST()
H A DASTUnit.cpp1192 LangOpts = Clang->getInvocation().LangOpts; in Parse()
1465 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance()
2277 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
H A DPrecompiledPreamble.cpp471 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp80 Clang->getInvocation(), llvm::ArrayRef(Argv.begin(), Argv.size()), Diags); in CreateCI()
106 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in CreateCI()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h231 CompilerInvocation &getInvocation() { in getInvocation() function
651 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp198 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), in runInvocation()
235 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
H A DModuleDepCollector.cpp312 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1_main.cpp213 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp164 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp209 Ins->getDiagnostics(), Ins->getInvocation().TargetOpts); in BuildCompilerInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp757 *diagnostics_engine, instance->getInvocation().TargetOpts)); in Create()
H A DClangExpressionParser.cpp501 m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts); in ClangExpressionParser()