Home
last modified time | relevance | path

Searched refs:OuterDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp585 NamedDecl *OuterDecl; in BuildCXXNestedNameSpecifier() local
590 OuterDecl = FoundOuter.getAsSingle<NamedDecl>(); in BuildCXXNestedNameSpecifier()
592 OuterDecl = ScopeLookupResult; in BuildCXXNestedNameSpecifier()
594 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
595 OuterDecl->getCanonicalDecl() != SD->getCanonicalDecl() && in BuildCXXNestedNameSpecifier()
596 (!isa<TypeDecl>(OuterDecl) || !isa<TypeDecl>(SD) || in BuildCXXNestedNameSpecifier()
598 Context.getTypeDeclType(cast<TypeDecl>(OuterDecl)), in BuildCXXNestedNameSpecifier()
608 Diag(OuterDecl->getLocation(), diag::note_ambig_member_ref_scope); in BuildCXXNestedNameSpecifier()