Lines Matching refs:CompilerInvocation
224 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
227 CompilerInvocation::CreateFromArgs(invocation, *args, Diags); in create_from_args()
235 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
238 CompilerInvocation::CreateFromArgs(invocation, args->data() + 1, in create_from_args()
270 static CompilerInvocation *construct_invocation(const char *filename, in construct_invocation()
289 CompilerInvocation *invocation = new CompilerInvocation; in construct_invocation()
296 static CompilerInvocation *construct_invocation(const char *filename, in construct_invocation()
444 CompilerInvocation::setLangDefaults(Clang->getLangOpts(), IK_C, in set_lang_defaults()
453 CompilerInvocation *invocation) in set_invocation()
455 Clang->setInvocation(std::make_shared<CompilerInvocation>(*invocation)); in set_invocation()
461 CompilerInvocation *invocation) in set_invocation()
549 CompilerInvocation *invocation = in main()