Home
last modified time | relevance | path

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

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInvocation.h211 class CompilerInvocation : public CompilerInvocationBase {
213 CompilerInvocation() = default;
214 CompilerInvocation(const CompilerInvocation &X) in CompilerInvocation() function
218 CompilerInvocation(CompilerInvocation &&) = default;
219 CompilerInvocation &operator=(const CompilerInvocation &X) {
223 ~CompilerInvocation() = default;
225 explicit CompilerInvocation(const CowCompilerInvocation &X);
226 CompilerInvocation &operator=(const CowCompilerInvocation &X);
293 static bool CreateFromArgs(CompilerInvocation &Res,
332 static bool CreateFromArgsImpl(CompilerInvocation &Res,
[all …]
DPrecompiledPreamble.h36 class CompilerInvocation; variable
85 Build(const CompilerInvocation &Invocation,
112 bool CanReuse(const CompilerInvocation &Invocation,
124 void AddImplicitPreamble(CompilerInvocation &CI,
131 void OverridePreamble(CompilerInvocation &CI,
173 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInvocation.h211 class CompilerInvocation : public CompilerInvocationBase {
213 CompilerInvocation() = default;
214 CompilerInvocation(const CompilerInvocation &X) in CompilerInvocation() function
218 CompilerInvocation(CompilerInvocation &&) = default;
219 CompilerInvocation &operator=(const CompilerInvocation &X) {
223 ~CompilerInvocation() = default;
225 explicit CompilerInvocation(const CowCompilerInvocation &X);
226 CompilerInvocation &operator=(const CowCompilerInvocation &X);
293 static bool CreateFromArgs(CompilerInvocation &Res,
332 static bool CreateFromArgsImpl(CompilerInvocation &Res,
[all …]
DPrecompiledPreamble.h36 class CompilerInvocation; variable
85 Build(const CompilerInvocation &Invocation,
112 bool CanReuse(const CompilerInvocation &Invocation,
124 void AddImplicitPreamble(CompilerInvocation &CI,
131 void OverridePreamble(CompilerInvocation &CI,
173 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInvocation.h211 class CompilerInvocation : public CompilerInvocationBase {
213 CompilerInvocation() = default;
214 CompilerInvocation(const CompilerInvocation &X) in CompilerInvocation() function
218 CompilerInvocation(CompilerInvocation &&) = default;
219 CompilerInvocation &operator=(const CompilerInvocation &X) {
223 ~CompilerInvocation() = default;
225 explicit CompilerInvocation(const CowCompilerInvocation &X);
226 CompilerInvocation &operator=(const CowCompilerInvocation &X);
293 static bool CreateFromArgs(CompilerInvocation &Res,
332 static bool CreateFromArgsImpl(CompilerInvocation &Res,
[all …]
DPrecompiledPreamble.h36 class CompilerInvocation; variable
85 Build(const CompilerInvocation &Invocation,
112 bool CanReuse(const CompilerInvocation &Invocation,
124 void AddImplicitPreamble(CompilerInvocation &CI,
131 void OverridePreamble(CompilerInvocation &CI,
173 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInvocation.h209 class CompilerInvocation : public CompilerInvocationBase {
211 CompilerInvocation() = default;
212 CompilerInvocation(const CompilerInvocation &X) in CompilerInvocation() function
216 CompilerInvocation(CompilerInvocation &&) = default;
217 CompilerInvocation &operator=(const CompilerInvocation &X) {
221 ~CompilerInvocation() = default;
287 static bool CreateFromArgs(CompilerInvocation &Res,
326 static bool CreateFromArgsImpl(CompilerInvocation &Res,
359 CowCompilerInvocation(const CompilerInvocation &X) in CowCompilerInvocation()
364 CowCompilerInvocation(CompilerInvocation &&X) in CowCompilerInvocation()
[all …]
DPrecompiledPreamble.h36 class CompilerInvocation; variable
85 Build(const CompilerInvocation &Invocation,
112 bool CanReuse(const CompilerInvocation &Invocation,
124 void AddImplicitPreamble(CompilerInvocation &CI,
131 void OverridePreamble(CompilerInvocation &CI,
173 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
/aosp_15_r20/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp80 CompilerInvocation *invocation = new CompilerInvocation; in TEST()
100 CompilerInvocation *invocation = new CompilerInvocation; in TEST()
120 CompilerInvocation *invocation = new CompilerInvocation; in TEST()
173 CompilerInvocation *Invocation = new CompilerInvocation; in TEST()
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DARCMT.cpp148 static bool HasARCRuntime(CompilerInvocation &origCI) { in HasARCRuntime()
172 static CompilerInvocation *
173 createInvocationForMigration(CompilerInvocation &origCI, in createInvocationForMigration()
175 std::unique_ptr<CompilerInvocation> CInvok; in createInvocationForMigration()
176 CInvok.reset(new CompilerInvocation(origCI)); in createInvocationForMigration()
239 CompilerInvocation &origCI, const FrontendInputFile &Input, in checkForManualIssues()
254 std::unique_ptr<CompilerInvocation> CInvok; in checkForManualIssues()
340 applyTransforms(CompilerInvocation &origCI, const FrontendInputFile &Input, in applyTransforms()
350 CompilerInvocation CInvokForCheck(origCI); in applyTransforms()
356 CompilerInvocation CInvok(origCI); in applyTransforms()
[all …]
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h39 class CompilerInvocation; variable
53 class CompilerInvocationBase : public RefCountedBase<CompilerInvocation> {
103 class CompilerInvocation : public CompilerInvocationBase {
125 CompilerInvocation() : AnalyzerOpts(new AnalyzerOptions()) {} in CompilerInvocation() function
137 static bool CreateFromArgs(CompilerInvocation &Res,
218 createVFSFromCompilerInvocation(const CompilerInvocation &CI,
H A DASTUnit.h51 class CompilerInvocation; variable
116 IntrusiveRefCntPtr<CompilerInvocation> Invocation;
444 ComputedPreamble ComputePreamble(CompilerInvocation &Invocation,
449 const CompilerInvocation &PreambleInvocationIn, bool AllowRebuild = true,
713 static ASTUnit *create(CompilerInvocation *CI,
781 CompilerInvocation *CI,
808 CompilerInvocation *CI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ARCMigrate/
DARCMT.h41 checkForManualIssues(CompilerInvocation &CI, const FrontendInputFile &Input,
52 applyTransformations(CompilerInvocation &origCI,
69 CompilerInvocation &origCI, const FrontendInputFile &Input,
97 CompilerInvocation OrigCI;
105 MigrationProcess(CompilerInvocation &CI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ARCMigrate/
DARCMT.h41 checkForManualIssues(CompilerInvocation &CI, const FrontendInputFile &Input,
52 applyTransformations(CompilerInvocation &origCI,
69 CompilerInvocation &origCI, const FrontendInputFile &Input,
97 CompilerInvocation OrigCI;
105 MigrationProcess(CompilerInvocation &CI,
/aosp_15_r20/external/clang/include/clang/ARCMigrate/
H A DARCMT.h42 checkForManualIssues(CompilerInvocation &CI, const FrontendInputFile &Input,
53 applyTransformations(CompilerInvocation &origCI,
70 CompilerInvocation &origCI, const FrontendInputFile &Input,
98 CompilerInvocation OrigCI;
106 MigrationProcess(const CompilerInvocation &CI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ARCMigrate/
DARCMT.h41 checkForManualIssues(CompilerInvocation &CI, const FrontendInputFile &Input,
52 applyTransformations(CompilerInvocation &origCI,
69 CompilerInvocation &origCI, const FrontendInputFile &Input,
97 CompilerInvocation OrigCI;
105 MigrationProcess(CompilerInvocation &CI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ARCMigrate/
DARCMT.h41 checkForManualIssues(CompilerInvocation &CI, const FrontendInputFile &Input,
52 applyTransformations(CompilerInvocation &origCI,
69 CompilerInvocation &origCI, const FrontendInputFile &Input,
97 CompilerInvocation OrigCI;
105 MigrationProcess(CompilerInvocation &CI,
/aosp_15_r20/external/clang/lib/Tooling/
H A DTooling.cpp90 clang::CompilerInvocation *newInvocation( in newInvocation()
94 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation()
95 clang::CompilerInvocation::CreateFromArgs( in newInvocation()
260 std::unique_ptr<clang::CompilerInvocation> Invocation( in run()
276 clang::CompilerInvocation *Invocation, in runInvocation()
290 CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
357 CompilerInvocation::GetResourcesPath(Argv0, MainAddr)); in injectResourceDir()
469 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Dloader.cc118 void ClangLoader::add_remapped_includes(clang::CompilerInvocation& invocation) in add_remapped_includes()
130 void ClangLoader::add_main_input(clang::CompilerInvocation& invocation, in add_main_input()
178 static int CreateFromArgs(clang::CompilerInvocation &invocation, in CreateFromArgs()
183 return clang::CompilerInvocation::CreateFromArgs(invocation, ccargs, diags); in CreateFromArgs()
185 return clang::CompilerInvocation::CreateFromArgs( in CreateFromArgs()
455 CompilerInvocation &invocation0 = compiler0.getInvocation(); in do_compile()
477 CompilerInvocation &invocation1 = compiler1.getInvocation(); in do_compile()
498 CompilerInvocation &invocation2 = compiler2.getInvocation(); in do_compile()
/aosp_15_r20/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp33 CompilerInvocation *
96 std::unique_ptr<CompilerInvocation> CI(new CompilerInvocation()); in createInvocationFromCommandLine()
97 if (!CompilerInvocation::CreateFromArgs(*CI, in createInvocationFromCommandLine()
/aosp_15_r20/external/clang/include/clang/Tooling/
H A DTooling.h56 class CompilerInvocation; variable
72 runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
88 bool runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
264 clang::CompilerInvocation *Invocation,
453 clang::CompilerInvocation *newInvocation(
/aosp_15_r20/external/clang/examples/clang-interpreter/
H A Dmain.cpp130 std::unique_ptr<CompilerInvocation> CI(new CompilerInvocation); in main()
131 CompilerInvocation::CreateFromArgs(*CI, in main()
159 CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/
DTooling.h54 class CompilerInvocation; variable
86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
292 std::shared_ptr<CompilerInvocation> Invocation,
513 CompilerInvocation *newInvocation(DiagnosticsEngine *Diagnostics,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/
DTooling.h54 class CompilerInvocation; variable
86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
292 std::shared_ptr<CompilerInvocation> Invocation,
513 CompilerInvocation *newInvocation(DiagnosticsEngine *Diagnostics,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/
DTooling.h54 class CompilerInvocation; variable
86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
292 std::shared_ptr<CompilerInvocation> Invocation,
513 CompilerInvocation *newInvocation(DiagnosticsEngine *Diagnostics,

1234