Searched defs:invocation (Results 1 – 6 of 6) sorted by relevance
220 static void create_from_args(CompilerInvocation &invocation, in create_from_args()231 static void create_from_args(CompilerInvocation &invocation, in create_from_args()285 CompilerInvocation *invocation = new CompilerInvocation; in construct_invocation() local449 CompilerInvocation *invocation) in set_invocation()457 CompilerInvocation *invocation) in set_invocation()545 CompilerInvocation *invocation = in main() local
83 auto invocation = std::make_shared<CompilerInvocation>(); TEST() local 103 auto invocation = std::make_shared<CompilerInvocation>(); TEST() local 123 auto invocation = std::make_shared<CompilerInvocation>(); TEST() local [all...]
46 std::shared_ptr<CompilerInvocation> invocation; global() variable [all...]
190 FunctionCaller *invocation = loader->GetFunctionCaller(); DoLoadImage() local
720 std::shared_ptr<clang::CompilerInvocation> invocation = in Create() local
963 const internal::MapAnyOfMatcher<CallExpr, CXXConstructExpr> invocation; global() variable