Home
last modified time | relevance | path

Searched refs:CandidateDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6665 auto *CandidateDecl = Candidate->getUnderlyingDecl(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
6667 if (IsTemplated && isa<FunctionTemplateDecl>(CandidateDecl)) in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6668 UDecl = cast<FunctionTemplateDecl>(CandidateDecl)->getTemplatedDecl(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6670 UDecl = dyn_cast<FunctionDecl>(CandidateDecl); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()