reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
486 if (auto *N = Node.get<Decl>()) { 488 } else if (auto *N = Node.get<Stmt>()) { 490 } else if (auto *N = Node.get<Type>()) { 492 } else if (auto *N = Node.get<QualType>()) { 494 } else if (auto *N = Node.get<NestedNameSpecifier>()) { 496 } else if (auto *N = Node.get<NestedNameSpecifierLoc>()) { 498 } else if (auto *N = Node.get<TypeLoc>()) { 500 } else if (auto *N = Node.get<CXXCtorInitializer>()) {