Searched refs:ConfigDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp43 FunctionDecl *ConfigDecl = Context.getcudaConfigureCallDecl(); local
44 if (!ConfigDecl)
47 QualType ConfigQTy = ConfigDecl->getType();
50 DeclRefExpr(Context, ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc);
51 MarkFunctionReferenced(LLLLoc, ConfigDecl);

Completed in 33 milliseconds