Home | History | Annotate | Download | only in AST

Lines Matching defs:ND

47   NamedDecl *ND = NULL;
51 ND = ty->getAs<RecordType>()->getDecl();
53 ND = ty->getAs<EnumType>()->getDecl();
55 ND = ty->getAs<TypedefType>()->getDecl();
60 if (ND)
61 return ND->getIdentifier();