Home | History | Annotate | Download | only in Sema

Lines Matching defs:NameInfo

1537   DeclarationNameInfo NameInfo
1541 StartLoc, NameInfo, T, TInfo,
1577 StartLoc, NameInfo, T, TInfo,
1582 StartLoc, NameInfo, T, TInfo,
1590 StartLoc, NameInfo, T, TInfo,
1660 LookupResult Previous(SemaRef, NameInfo, Sema::LookupOrdinaryName,
2078 DeclarationNameInfo NameInfo = D->getNameInfo();
2085 LookupResult Prev(SemaRef, NameInfo, Sema::LookupUsingDeclName,
2091 NameInfo,
2121 if (NameInfo.getName().getNameKind() == DeclarationName::CXXConstructorName) {
2172 // Since NameInfo refers to a typename, it cannot be a C++ special name.
2174 DeclarationNameInfo NameInfo(D->getDeclName(), D->getLocation());
2177 D->getUsingLoc(), SS, NameInfo, 0,
2196 DeclarationNameInfo NameInfo
2201 D->getUsingLoc(), SS, NameInfo, 0,