Searched refs:CandidateDecl (Results 1 – 1 of 1) sorted by relevance
5916 auto *CandidateDecl = Candidate->getUnderlyingDecl(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local5918 if (IsTemplated && isa<FunctionTemplateDecl>(CandidateDecl)) in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()5919 UDecl = cast<FunctionTemplateDecl>(CandidateDecl)->getTemplatedDecl(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()5921 UDecl = dyn_cast<FunctionDecl>(CandidateDecl); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()