Home | History | Annotate | Download | only in Sema

Lines Matching defs:Named

4918       NamedDecl *Named = cast<NamedDecl>(*Param);
4919 if (Named->getDeclName()) {
4920 S->AddDecl(Named);
4921 IdResolver.AddDecl(Named);
4943 NamedDecl *Named = cast<NamedDecl>(*Param);
4944 if (Named->getDeclName()) {
4945 S->AddDecl(Named);
4946 IdResolver.AddDecl(Named);
5855 NamedDecl *Named = R.getFoundDecl();
5856 assert((isa<NamespaceDecl>(Named) || isa<NamespaceAliasDecl>(Named))
5870 NamespaceDecl *NS = getNamespaceDecl(Named);
5877 IdentLoc, Named, CommonAncestor);
6377 // Check whether the named type is a direct base class.
6490 // If the named context is dependent, we can't decide much.
7080 // from the class X named in the using-declaration consists of actual