Home | History | Annotate | Download | only in Sema

Lines Matching defs:Name

640   // T has a name for linkage, then we infer the return type of the
811 // used as a variable, and only exists as a way to name and refer to the
1048 // rules for unqualified name lookup (3.4.1)
1049 DeclarationNameInfo Name(C->Id, C->Loc);
1050 LookupResult R(*this, Name, LookupOrdinaryName);
1229 // Do the same for the TypeSourceInfo that is used to name the conversion
1242 // These parameter's are essentially used to transform the name and
1365 DeclarationName Name
1372 DeclarationNameInfo(Name, Loc, NameLoc),