reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1142 D->print(OS, SubPolicy, Indentation); 1151 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { 1153 OS << D->getKindName(); 1161 AppendScope(D->getDeclContext(), OS); 1163 if (const IdentifierInfo *II = D->getIdentifier()) 1165 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { 1173 if (isa<CXXRecordDecl>(D) && cast<CXXRecordDecl>(D)->isLambda()) { 1173 if (isa<CXXRecordDecl>(D) && cast<CXXRecordDecl>(D)->isLambda()) { 1185 OS << " " << D->getKindName(); 1187 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( 1188 D->getLocation()); 1205 if (const auto *Spec = dyn_cast<ClassTemplateSpecializationDecl>(D)) {