Home | History | Annotate | Download | only in Sema

Lines Matching defs:NameInfo

1415   DeclarationNameInfo NameInfo
1419 StartLoc, NameInfo, T, TInfo,
1425 StartLoc, NameInfo, T, TInfo,
1430 StartLoc, NameInfo, T, TInfo,
1437 StartLoc, NameInfo, T, TInfo,
1507 LookupResult Previous(SemaRef, NameInfo, Sema::LookupOrdinaryName,
1816 DeclarationNameInfo NameInfo = D->getNameInfo();
1823 LookupResult Prev(SemaRef, NameInfo, Sema::LookupUsingDeclName,
1829 NameInfo,
1859 if (NameInfo.getName().getNameKind() == DeclarationName::CXXConstructorName) {
1910 // Since NameInfo refers to a typename, it cannot be a C++ special name.
1912 DeclarationNameInfo NameInfo(D->getDeclName(), D->getLocation());
1915 D->getUsingLoc(), SS, NameInfo, 0,
1934 DeclarationNameInfo NameInfo
1939 D->getUsingLoc(), SS, NameInfo, 0,