Searched refs:getInvocation (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMTActions.cpp17 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(),
31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(),
41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp99 const CompilerInvocation &CI = Compiler.getInvocation();
133 std::move(Compiler.getInvocation().getDependencyOutputOpts()));
150 Consumer.handleContextHash(Compiler.getInvocation().getModuleHash());
H A DModuleDepCollector.cpp128 : Instance(I), Consumer(C), ContextHash(I.getInvocation().getModuleHash()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp128 CInvok.reset(new CompilerInvocation(CI.getInvocation()));
152 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
H A DCompilerInstance.cpp314 : createVFSFromCompilerInvocation(getInvocation(),
476 getInvocation().getModuleHash());
916 getInvocation().TargetOpts));
1050 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1073 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1082 = ImportingInstance.getInvocation().getPreprocessorOpts();
1105 assert(ImportingInstance.getInvocation().getModuleHash() ==
H A DASTUnit.cpp1142 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
1162 LangOpts = Clang->getInvocation().LangOpts;
1449 LangOpts = CI.getInvocation().LangOpts;
1575 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
2199 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
2270 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS,
H A DPrecompiledPreamble.cpp292 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
315 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS);
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp207 CompilerInvocation::CreateFromArgs(Clang->getInvocation(), Argv, Diags);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp247 std::make_shared<CompilerInvocation>(CI.getInvocation()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h232 CompilerInvocation &getInvocation() { function in class:clang::CompilerInstance
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp684 *diagnostics_engine, instance->getInvocation().TargetOpts));
H A DClangExpressionParser.cpp416 m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts);

Completed in 220 milliseconds