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