Lines Matching defs:dcl
14250 ValueDecl *dcl = getPrimaryDecl(op);
14252 if (auto *FD = dyn_cast_or_null<FunctionDecl>(dcl))
14352 } else if (dcl) { // C99 6.5.3.2p1
14355 if (const VarDecl *vd = dyn_cast<VarDecl>(dcl)) {
14362 } else if (isa<MSPropertyDecl>(dcl)) {
14364 } else if (isa<FunctionTemplateDecl>(dcl)) {
14366 } else if (isa<FieldDecl>(dcl) || isa<IndirectFieldDecl>(dcl)) {
14378 DeclContext *Ctx = dcl->getDeclContext();
14380 if (dcl->getType()->isReferenceType()) {
14383 << dcl->getDeclName() << dcl->getType();
14400 MSGuidDecl, UnnamedGlobalConstantDecl>(dcl))
19947 // is dependent ([dcl.fct]),