Home | History | Annotate | Download | only in interface

Lines Matching refs:CompilerInvocation

68 #include <clang/Frontend/CompilerInvocation.h>
221 /* Call CompilerInvocation::CreateFromArgs with the right arguments.
224 static void create_from_args(CompilerInvocation &invocation,
227 CompilerInvocation::CreateFromArgs(invocation, *args, Diags);
232 /* Call CompilerInvocation::CreateFromArgs with the right arguments.
235 static void create_from_args(CompilerInvocation &invocation,
238 CompilerInvocation::CreateFromArgs(invocation, args->data() + 1,
265 /* Create a CompilerInvocation object that stores the command line
270 static CompilerInvocation *construct_invocation(const char *filename,
289 CompilerInvocation *invocation = new CompilerInvocation;
296 static CompilerInvocation *construct_invocation(const char *filename,
444 CompilerInvocation::setLangDefaults(Clang->getLangOpts(), IK_C,
453 CompilerInvocation *invocation)
455 Clang->setInvocation(std::make_shared<CompilerInvocation>(*invocation));
461 CompilerInvocation *invocation)
549 CompilerInvocation *invocation =