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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp4504 FunctionDecl *ConfigDecl = Context.getcudaConfigureCallDecl(); local
4505 if (!ConfigDecl)
4508 QualType ConfigQTy = ConfigDecl->getType();
4511 ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc);
4512 MarkFunctionReferenced(LLLLoc, ConfigDecl);

Completed in 124 milliseconds