Searched refs:getUnderlyingDecl (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4822 if (const auto *FD = dyn_cast<FunctionDecl>(USD.getUnderlyingDecl()))
4828 getDeclarationOrDefinition(USD.getUnderlyingDecl())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp715 NamedDecl *ND = C->getUnderlyingDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1130 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
1177 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) &&
1231 if (auto *Ivar = dyn_cast<ObjCIvarDecl>(Found->getUnderlyingDecl()))
4819 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl();
H A DSemaChecking.cpp7912 NamedDecl *decl = (*I)->getUnderlyingDecl();
H A DSemaExpr.cpp2209 auto *UnderlyingND = ND->getUnderlyingDecl();
5695 ND = ND->getUnderlyingDecl();
H A DSemaOpenMP.cpp5824 auto *UDecl = dyn_cast<FunctionDecl>(Candidate->getUnderlyingDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3746 TsArray[I] = cast<FunctionTemplateDecl>(Ts[I]->getUnderlyingDecl());
H A DASTContext.cpp8214 isa<FunctionTemplateDecl>(D->getUnderlyingDecl())));

Completed in 303 milliseconds

12