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