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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCUDA.cpp26 FunctionDecl *ConfigDecl = Context.getcudaConfigureCallDecl(); local
27 if (!ConfigDecl)
30 QualType ConfigQTy = ConfigDecl->getType();
33 DeclRefExpr(ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc);
34 MarkFunctionReferenced(LLLLoc, ConfigDecl);

Completed in 48 milliseconds