Lines Matching refs:NestedNameSpecifier
24 #include "clang/AST/NestedNameSpecifier.h"
486 void add(const NestedNameSpecifier *NNS, RelSet Flags) {
491 case NestedNameSpecifier::Namespace:
494 case NestedNameSpecifier::NamespaceAlias:
497 case NestedNameSpecifier::Identifier:
502 case NestedNameSpecifier::TypeSpec:
503 case NestedNameSpecifier::TypeSpecWithTemplate:
506 case NestedNameSpecifier::Global:
509 case NestedNameSpecifier::Super:
513 llvm_unreachable("unhandled NestedNameSpecifier::SpecifierKind");
561 else if (const NestedNameSpecifier *NNS = N.get<NestedNameSpecifier>())