Lines Matching refs:CompilerInvocation
220 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
223 CompilerInvocation::CreateFromArgs(invocation, *args, Diags); in create_from_args()
231 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
234 CompilerInvocation::CreateFromArgs(invocation, args->data() + 1, in create_from_args()
266 static CompilerInvocation *construct_invocation(const char *filename, in construct_invocation()
285 CompilerInvocation *invocation = new CompilerInvocation; in construct_invocation()
292 static CompilerInvocation *construct_invocation(const char *filename, in construct_invocation()
440 CompilerInvocation::setLangDefaults(Clang->getLangOpts(), IK_C, in set_lang_defaults()
449 CompilerInvocation *invocation) in set_invocation()
451 Clang->setInvocation(std::make_shared<CompilerInvocation>(*invocation)); in set_invocation()
457 CompilerInvocation *invocation) in set_invocation()
545 CompilerInvocation *invocation = in main()