Searched refs:getInvocation (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 111 if (!CompilerInvocation::CreateFromArgs(Clang->getInvocation(), Argv, in TestAST() 116 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 105 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource() 129 Clang->getDiagnostics(), Clang->getInvocation().getTargetOpts())); in createChainedIncludesSource()
|
| H A D | CompilerInstance.cpp | 110 getInvocation().getTargetOpts())); in createTarget() 379 : createVFSFromCompilerInvocation(getInvocation(), in createFileManager() 485 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor() 1158 auto Invocation = std::make_shared<CompilerInvocation>(getInvocation()); in cloneForModuleCompileImpl() 1178 getInvocation().getLangOpts().ModuleName; in cloneForModuleCompileImpl() 1202 assert(getInvocation().getModuleHash() == Invocation->getModuleHash() && in cloneForModuleCompileImpl() 1213 auto &Inv = Instance.getInvocation(); in cloneForModuleCompileImpl() 1561 return ImportingInstance.getInvocation() in compileModuleAndReadAST()
|
| H A D | ASTUnit.cpp | 1213 std::make_unique<LangOptions>(Clang->getInvocation().getLangOpts()); in Parse() 1487 LangOpts = std::make_unique<LangOptions>(CI.getInvocation().getLangOpts()); in transferASTDataFromCompilerInstance() 2245 auto &Inv = Clang->getInvocation(); in CodeComplete() 2323 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
|
| H A D | PrecompiledPreamble.cpp | 483 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 64 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerWriter.cpp | 166 CI.getInvocation().getCodeGenOpts().DebugCompilationDir; in PCHContainerGenerator() 168 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 256 CompilerInvocation &getInvocation() { return *Invocation; } in getInvocation() function 702 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 323 Clang->getInvocation(), Clang->getDiagnostics())); in cc1_main()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 245 std::make_shared<CompilerInvocation>(CI.getInvocation()), in visitModuleFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 103 Clang->getInvocation(), llvm::ArrayRef(Argv.begin(), Argv.size()), Diags); in CreateCI() 129 Clang->getDiagnostics(), Clang->getInvocation().getTargetOpts())); in CreateCI()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 445 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), in runInvocation() 497 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 717 MDC.ScanInstance.getInvocation().getModuleHash()); in EndOfMainFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 755 *diagnostics_engine, instance->getInvocation().getTargetOpts())); in Create()
|
| H A D | ClangExpressionParser.cpp | 792 m_compiler->getInvocation().getTargetOpts())) { in ClangExpressionParser()
|