Searched refs:getInvocation (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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() 1068 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation()); 1091 ImportingInstance.getInvocation().getLangOpts()->ModuleName; 1100 = ImportingInstance.getInvocation().getPreprocessorOpts(); 1123 assert(ImportingInstance.getInvocation().getModuleHash() ==
|
| H A D | ASTUnit.cpp | 1167 LangOpts = Clang->getInvocation().LangOpts; in Parse() 1440 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance() 2248 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
|
| H A D | PrecompiledPreamble.cpp | 384 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 189 const CompilerInvocation &CI = Compiler.getInvocation(); in runInvocation() 225 std::swap(*Opts, Compiler.getInvocation().getDependencyOutputOpts()); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 119 MDC.ContextHash = Instance.getInvocation().getModuleHash(); in FileChanged()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 228 CompilerInvocation &getInvocation() { in getInvocation() function 648 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 702 *diagnostics_engine, instance->getInvocation().TargetOpts)); in Create()
|
| H A D | ClangExpressionParser.cpp | 512 m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts); in ClangExpressionParser()
|