Lines Matching refs:Namespace
26 using namespace clang;
146 case NestedNameSpecifier::Namespace:
321 // Namespace and namespace aliases are fine.
429 namespace {
532 // class-name-or-namespace-name::...
534 // the class-name-or-namespace-name following the . or -> operator is
540 // class-name or namespace-name. [...]
542 // Qualified name lookup into a class will not find a namespace-name,
582 // If identifier is not found as class-name-or-namespace-name, but is found
659 // class-name-or-namespace-name shall refer to the same entity.
709 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(SD)) {
710 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
869 /// a nested name specifier, for example a namespace name. It is
978 namespace {
1019 // declarator: first, when defining a namespace or class member
1034 case NestedNameSpecifier::Namespace:
1036 // These are always namespace scopes. We never want to enter a
1037 // namespace scope from anything but a file context.
1044 // These are never namespace scopes.