Searched defs:ConfigDecl (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp4593 FunctionDecl *ConfigDecl = Context.getcudaConfigureCallDecl(); local
4594 if (!ConfigDecl)
4597 QualType ConfigQTy = ConfigDecl->getType();
4600 ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc);
4601 MarkFunctionReferenced(LLLLoc, ConfigDecl);

Completed in 177 milliseconds