Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang/unittests/Frontend/
DCompilerInvocationTest.cpp29 CompilerInvocation Invocation;
47 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
60 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
73 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
83 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
96 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
110 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
125 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
138 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
151 CompilerInvocation::CreateFromArgs(Invocation, Args, *Diags); in TEST_F()
[all …]
DOutputStreamTest.cpp25 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST()
49 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST()
78 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST()
/external/clang/unittests/Frontend/
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()
DCodeGenActionTest.cpp43 CompilerInvocation *Invocation = new CompilerInvocation; in TEST()
/external/clang/include/clang/Frontend/
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,
/external/llvm-project/polly/lib/External/isl/interface/
Dextract_interface.cc219 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
222 CompilerInvocation::CreateFromArgs(invocation, *args, Diags); in create_from_args()
230 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
233 CompilerInvocation::CreateFromArgs(invocation, args->data() + 1, in create_from_args()
265 static CompilerInvocation *construct_invocation(const char *filename, in construct_invocation()
284 CompilerInvocation *invocation = new CompilerInvocation; in construct_invocation()
291 static CompilerInvocation *construct_invocation(const char *filename, in construct_invocation()
428 CompilerInvocation::setLangDefaults(Clang->getLangOpts(), IK_C, T, PO, in set_lang_defaults()
436 CompilerInvocation::setLangDefaults(Clang->getLangOpts(), IK_C, in set_lang_defaults()
445 CompilerInvocation *invocation) in set_invocation()
[all …]
/external/llvm-project/clang/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(const CompilerInvocation &CI,
/external/clang/include/clang/ARCMigrate/
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,
/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp33 CompilerInvocation *
96 std::unique_ptr<CompilerInvocation> CI(new CompilerInvocation()); in createInvocationFromCommandLine()
97 if (!CompilerInvocation::CreateFromArgs(*CI, in createInvocationFromCommandLine()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h120 class CompilerInvocation : public CompilerInvocationBase {
142 CompilerInvocation() : AnalyzerOpts(new AnalyzerOptions()) {} in CompilerInvocation() function
158 static bool CreateFromArgs(CompilerInvocation &Res,
252 createVFSFromCompilerInvocation(const CompilerInvocation &CI,
256 const CompilerInvocation &CI, DiagnosticsEngine &Diags,
DPrecompiledPreamble.h36 class CompilerInvocation; variable
81 Build(const CompilerInvocation &Invocation,
106 bool CanReuse(const CompilerInvocation &Invocation,
118 void AddImplicitPreamble(CompilerInvocation &CI,
125 void OverridePreamble(CompilerInvocation &CI,
234 void configurePreamble(PreambleBounds Bounds, CompilerInvocation &CI,
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dcompat.hpp79 create_compiler_invocation_from_args(clang::CompilerInvocation &cinv, in create_compiler_invocation_from_args()
84 return clang::CompilerInvocation::CreateFromArgs( in create_compiler_invocation_from_args()
87 return clang::CompilerInvocation::CreateFromArgs( in create_compiler_invocation_from_args()
/external/llvm-project/flang/include/flang/Frontend/
DCompilerInvocation.h43 class CompilerInvocation : public CompilerInvocationBase {
55 CompilerInvocation() = default;
67 static bool CreateFromArgs(CompilerInvocation &res,
DCompilerInstance.h22 std::shared_ptr<CompilerInvocation> invocation_;
63 CompilerInvocation &invocation() { in invocation()
69 void set_invocation(std::shared_ptr<CompilerInvocation> value);
/external/clang/lib/ARCMigrate/
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 …]
/external/llvm-project/clang/lib/ARCMigrate/
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()
339 applyTransforms(CompilerInvocation &origCI, const FrontendInputFile &Input, in applyTransforms()
349 CompilerInvocation CInvokForCheck(origCI); in applyTransforms()
355 CompilerInvocation CInvok(origCI); in applyTransforms()
[all …]
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp51 CompilerInvocation *Invocation = new CompilerInvocation; in testExternalASTSource()
55 CompilerInvocation::CreateFromArgs(*Invocation, Args, in testExternalASTSource()
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.h82 buildPreamble(PathRef FileName, CompilerInvocation CI,
92 const CompilerInvocation &CI);
113 void apply(CompilerInvocation &CI) const;
DCompiler.h62 std::unique_ptr<CompilerInvocation>
77 std::unique_ptr<clang::CompilerInvocation>, const PrecompiledPreamble *,
/external/llvm-project/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp27 std::unique_ptr<CompilerInvocation> clang::createInvocationFromCommandLine( in createInvocationFromCommandLine()
95 auto CI = std::make_unique<CompilerInvocation>(); in createInvocationFromCommandLine()
96 if (!CompilerInvocation::CreateFromArgs(*CI, CCArgs, *Diags, Args[0]) && in createInvocationFromCommandLine()
/external/clang/examples/clang-interpreter/
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()
/external/clang/include/clang/Tooling/
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(
/external/clang/lib/Tooling/
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()
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp182 std::unique_ptr<CompilerInvocation> CI(new CompilerInvocation); in main()
183 CompilerInvocation::CreateFromArgs(*CI, CCArgs, Diags); in main()
207 CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
/external/llvm-project/clang/include/clang/Tooling/
DTooling.h54 class CompilerInvocation; variable
79 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
96 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
276 std::shared_ptr<CompilerInvocation> Invocation,
496 CompilerInvocation *newInvocation(DiagnosticsEngine *Diagnostics,

1234