| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Testing/ |
| H A D | TestAST.cpp | 97 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 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 | 109 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 D | ASTUnit.cpp | 1192 LangOpts = Clang->getInvocation().LangOpts; in Parse() 1465 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance() 2277 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
|
| H A D | PrecompiledPreamble.cpp | 471 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
|
| /openbsd-src/gnu/llvm/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 80 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 D | ModelInjector.cpp | 67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 231 CompilerInvocation &getInvocation() { in getInvocation() function 651 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 198 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), in runInvocation() 235 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 312 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1_main.cpp | 213 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 164 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 209 Ins->getDiagnostics(), Ins->getInvocation().TargetOpts); in BuildCompilerInstance()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 757 *diagnostics_engine, instance->getInvocation().TargetOpts)); in Create()
|
| H A D | ClangExpressionParser.cpp | 501 m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts); in ClangExpressionParser()
|