Lines Matching defs:Name
172 // if name lookup (3.4.1) resolves the name in the id-expression to a
180 // member name lookup, and it's sufficient to check that we have the naming
344 // didn't come from the same set *or* we encountered an illegal name.
426 // Also must look for a getter or setter name which uses property syntax.
501 // Check whether the declarations we found through a nested-name
506 // ... In these cases, the id-expression shall name a
509 // So it's perfectly legitimate for the nested-name specifier to name
626 // If the member name was a qualified-id, look into the
627 // nested-name-specifier.
837 // Make a nameInfo that properly uses the anonymous name.
916 // name refers to both static and non-static member functions
1488 // Also must look for a getter name which uses property syntax.
1574 // - 'bar' is a pseudo-destructor name which happens to refer to
1590 // If the user is trying to apply -> or . to a function name, it's probably
1610 /// expression . [nested-name-specifier] identifier
1611 /// expression -> [nested-name-specifier] identifier
1637 // Decompose the name into its component parts.
1643 DeclarationName Name = NameInfo.getName();
1654 if (Base->getType()->isDependentType() || Name.isDependentName() ||