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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp45 FunctionDecl *ConfigDecl = Context.getcudaConfigureCallDecl(); local
46 if (!ConfigDecl)
49 QualType ConfigQTy = ConfigDecl->getType();
52 DeclRefExpr(Context, ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc);
53 MarkFunctionReferenced(LLLLoc, ConfigDecl);

Completed in 97 milliseconds