Searched defs:invocation (Results 1 – 7 of 7) 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>(); in TEST() local103 auto invocation = std::make_shared<CompilerInvocation>(); in TEST() local123 auto invocation = std::make_shared<CompilerInvocation>(); in TEST() local
45 std::shared_ptr<CompilerInvocation> invocation; variable
31 Value invocation = spirv::getBuiltinVariableValue( in getLocalInvocationDimSize() local
189 FunctionCaller *invocation = loader->GetFunctionCaller(); in DoLoadImage() local
668 std::shared_ptr<clang::CompilerInvocation> invocation = in Create() local
952 const internal::MapAnyOfMatcher<CallExpr, CXXConstructExpr> invocation; variable