Home
last modified time | relevance | path

Searched refs:CompilerInvocation (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h41 checkForManualIssues(CompilerInvocation &CI, const FrontendInputFile &Input,
52 applyTransformations(CompilerInvocation &origCI,
69 CompilerInvocation &origCI, const FrontendInputFile &Input,
97 CompilerInvocation OrigCI;
105 MigrationProcess(const CompilerInvocation &CI,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h37 class CompilerInvocation; variable
82 Build(const CompilerInvocation &Invocation,
107 bool CanReuse(const CompilerInvocation &Invocation,
119 void AddImplicitPreamble(CompilerInvocation &CI,
126 void OverridePreamble(CompilerInvocation &CI,
235 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
H A DCompilerInvocation.h188 class CompilerInvocation : public CompilerInvocationRefBase,
202 static bool CreateFromArgs(CompilerInvocation &Res,
247 static bool CreateFromArgsImpl(CompilerInvocation &Res,
284 createVFSFromCompilerInvocation(const CompilerInvocation &CI,
288 const CompilerInvocation &CI, DiagnosticsEngine &Diags,
H A DASTUnit.h67 class CompilerInvocation; variable
139 std::shared_ptr<CompilerInvocation> Invocation;
376 CompilerInvocation &PreambleInvocationIn,
666 create(std::shared_ptr<CompilerInvocation> CI,
751 std::shared_ptr<CompilerInvocation> CI,
778 std::shared_ptr<CompilerInvocation> CI,
H A DUtils.h45 class CompilerInvocation; variable
220 std::unique_ptr<CompilerInvocation> createInvocationFromCommandLine(
H A DCompilerInstance.h76 std::shared_ptr<CompilerInvocation> Invocation;
228 CompilerInvocation &getInvocation() { in getInvocation()
234 void setInvocation(std::shared_ptr<CompilerInvocation> Value);
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp149 static bool HasARCRuntime(CompilerInvocation &origCI) { in HasARCRuntime()
173 static CompilerInvocation *
174 createInvocationForMigration(CompilerInvocation &origCI, in createInvocationForMigration()
176 std::unique_ptr<CompilerInvocation> CInvok; in createInvocationForMigration()
177 CInvok.reset(new CompilerInvocation(origCI)); in createInvocationForMigration()
238 CompilerInvocation &origCI, const FrontendInputFile &Input, in checkForManualIssues()
253 std::unique_ptr<CompilerInvocation> CInvok; in checkForManualIssues()
349 CompilerInvocation CInvokForCheck(origCI); in applyTransforms()
355 CompilerInvocation CInvok(origCI); in applyTransforms()
510 const CompilerInvocation &CI, in MigrationProcess()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h105 CompilerInvocation Invocation;
194 CompilerInvocation &&OriginalCI);
218 CompilerInvocation OriginalInvocation;
226 CompilerInvocation
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp29 std::unique_ptr<CompilerInvocation> clang::createInvocationFromCommandLine( in createInvocationFromCommandLine()
100 auto CI = std::make_unique<CompilerInvocation>(); in createInvocationFromCommandLine()
101 if (!CompilerInvocation::CreateFromArgs(*CI, CCArgs, *Diags, Args[0]) && in createInvocationFromCommandLine()
H A DCompilerInvocation.cpp251 CompilerInvocation::StringAllocator SA, in denormalizeString()
607 CompilerInvocation &, SmallVectorImpl<const char *> &,
608 CompilerInvocation::StringAllocator)>;
619 CompilerInvocation &RealInvocation, in RoundTrip()
1306 void CompilerInvocation::GenerateCodeGenArgs( in GenerateCodeGenArgs()
2192 void CompilerInvocation::GenerateDiagnosticArgs( in GenerateDiagnosticArgs()
4347 bool CompilerInvocation::CreateFromArgsImpl( in CreateFromArgsImpl()
4446 bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Invocation, in CreateFromArgs()
4450 CompilerInvocation DummyInvocation; in CreateFromArgs()
4462 std::string CompilerInvocation::getModuleHash() const { in getModuleHash()
[all …]
H A DPrecompiledPreamble.cpp312 const CompilerInvocation &Invocation, in Build()
320 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in Build()
495 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse()
504 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in CanReuse()
607 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in AddImplicitPreamble()
614 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in OverridePreamble()
792 PreambleBounds Bounds, CompilerInvocation &CI, in configurePreamble()
H A DChainedIncludesSource.cpp127 std::unique_ptr<CompilerInvocation> CInvok; in createChainedIncludesSource()
128 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource()
H A DASTUnit.cpp159 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping()
1108 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse()
1296 CompilerInvocation &PreambleInvocationIn, in getMainBufferWithPrecompiledPreamble()
1483 ASTUnit::create(std::shared_ptr<CompilerInvocation> CI, in create()
1504 std::shared_ptr<CompilerInvocation> CI, in LoadFromCompilerInvocationAction()
1675 std::shared_ptr<CompilerInvocation> CI, in LoadFromCompilerInvocation()
1728 std::shared_ptr<CompilerInvocation> CI; in LoadFromCommandLine()
2135 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h54 class CompilerInvocation; variable
87 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
104 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
284 std::shared_ptr<CompilerInvocation> Invocation,
504 CompilerInvocation *newInvocation(DiagnosticsEngine *Diagnostics,
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp21 CompilerInvocation ModuleDepCollector::makeInvocationForModuleBuildWithoutPaths( in makeInvocationForModuleBuildWithoutPaths()
24 CompilerInvocation CI(OriginalInvocation); in makeInvocationForModuleBuildWithoutPaths()
48 serializeCompilerInvocation(const CompilerInvocation &CI) { in serializeCompilerInvocation()
65 CompilerInvocation CI(Invocation); in getCanonicalCommandLine()
278 DependencyConsumer &C, CompilerInvocation &&OriginalCI) in ModuleDepCollector()
H A DDependencyScanningWorker.cpp149 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
154 CompilerInvocation OriginalInvocation(*Invocation); in runInvocation()
189 const CompilerInvocation &CI = Compiler.getInvocation(); in runInvocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp163 CompilerInvocation *newInvocation(DiagnosticsEngine *Diagnostics, in newInvocation()
167 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation()
168 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, *Diagnostics, in newInvocation()
377 std::unique_ptr<CompilerInvocation> Invocation( in run()
385 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
399 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation()
467 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
599 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp79 bool Success = CompilerInvocation::CreateFromArgs( in CreateCI()
87 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
146 CompilerInvocation Invocation; in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp138 auto Invocation = std::make_unique<CompilerInvocation>(); in main()
139 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, Diagnostics); in main()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
227 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp83 std::shared_ptr<clang::CompilerInvocation> compiler_invocation,
115 std::shared_ptr<clang::CompilerInvocation> m_compiler_invocation;
183 std::shared_ptr<clang::CompilerInvocation> compiler_invocation, in ClangModulesDeclVendorImpl()
664 std::shared_ptr<clang::CompilerInvocation> invocation = in Create()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h74 friend class CompilerInvocation; variable
H A DCodeGenOptions.h34 friend class CompilerInvocation; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()

12