reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
543 while (N) { 544 switch (N->getKind()) { 551 N = static_cast<const AbiTagAttr *>(N)->Base; 551 N = static_cast<const AbiTagAttr *>(N)->Base; 554 N = static_cast<const FunctionEncoding *>(N)->getName(); 554 N = static_cast<const FunctionEncoding *>(N)->getName(); 557 N = static_cast<const LocalName *>(N)->Entity; 557 N = static_cast<const LocalName *>(N)->Entity; 560 N = static_cast<const NameWithTemplateArgs *>(N)->Name; 560 N = static_cast<const NameWithTemplateArgs *>(N)->Name; 563 N = static_cast<const NestedName *>(N)->Name; 563 N = static_cast<const NestedName *>(N)->Name; 566 N = static_cast<const StdQualifiedName *>(N)->Child; 566 N = static_cast<const StdQualifiedName *>(N)->Child;