Lines Matching defs:dcl
14047 ValueDecl *dcl = getPrimaryDecl(op);
14049 if (auto *FD = dyn_cast_or_null<FunctionDecl>(dcl))
14149 } else if (dcl) { // C99 6.5.3.2p1
14152 if (const VarDecl *vd = dyn_cast<VarDecl>(dcl)) {
14159 } else if (isa<MSPropertyDecl>(dcl)) {
14161 } else if (isa<FunctionTemplateDecl>(dcl)) {
14163 } else if (isa<FieldDecl>(dcl) || isa<IndirectFieldDecl>(dcl)) {
14175 DeclContext *Ctx = dcl->getDeclContext();
14177 if (dcl->getType()->isReferenceType()) {
14180 << dcl->getDeclName() << dcl->getType();
14197 MSGuidDecl, UnnamedGlobalConstantDecl>(dcl))
19659 // is dependent ([dcl.fct]),