| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 100 if (!CompilerInvocation::CreateFromArgs(Clang->getInvocation(), Argv, in TestAST() 105 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 254 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main() 313 Clang->getInvocation(), Clang->getDiagnostics())); in cc1_main()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 105 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource() 130 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in createChainedIncludesSource()
|
| H A D | CompilerInstance.cpp | 110 getInvocation().TargetOpts)); in createTarget() 381 : createVFSFromCompilerInvocation(getInvocation(), in createFileManager() 489 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor() 1172 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation()); 1192 ImportingInstance.getInvocation().getLangOpts().ModuleName; 1201 = ImportingInstance.getInvocation().getPreprocessorOpts(); 1226 assert(ImportingInstance.getInvocation().getModuleHash() == 1518 return ImportingInstance.getInvocation() in compileModuleAndReadAST()
|
| H A D | ASTUnit.cpp | 1200 LangOpts = Clang->getInvocation().LangOpts; in Parse() 1474 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance() 2296 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
|
| H A D | PrecompiledPreamble.cpp | 484 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 165 CI.getInvocation().getCodeGenOpts().DebugCompilationDir; in PCHContainerGenerator() 167 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 237 CompilerInvocation &getInvocation() { in getInvocation() function 683 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 190 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), in runInvocation() 225 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 383 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 248 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 89 Clang->getInvocation(), llvm::ArrayRef(Argv.begin(), Argv.size()), Diags); in CreateCI() 115 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in CreateCI()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 757 *diagnostics_engine, instance->getInvocation().TargetOpts)); in Create()
|
| H A D | ClangExpressionParser.cpp | 469 m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts); in ClangExpressionParser()
|