Home | History | Annotate | Download | only in Sema

Lines Matching refs:dcl

4293       // C++ [dcl.fct.default]p5:
9881 ValueDecl *dcl = getPrimaryDecl(op);
9883 if (auto *FD = dyn_cast_or_null<FunctionDecl>(dcl))
9964 } else if (dcl) { // C99 6.5.3.2p1
9967 if (const VarDecl *vd = dyn_cast<VarDecl>(dcl)) {
9974 } else if (isa<MSPropertyDecl>(dcl)) {
9976 } else if (isa<FunctionTemplateDecl>(dcl)) {
9978 } else if (isa<FieldDecl>(dcl) || isa<IndirectFieldDecl>(dcl)) {
9983 DeclContext *Ctx = dcl->getDeclContext();
9985 if (dcl->getType()->isReferenceType()) {
9988 << dcl->getDeclName() << dcl->getType();
10004 } else if (!isa<FunctionDecl>(dcl) && !isa<NonTypeTemplateParmDecl>(dcl))