Home | History | Annotate | Download | only in Sema

Lines Matching refs:NamespcName

5818                                           IdentifierInfo *NamespcName,
5821 assert(NamespcName && "Invalid NamespcName.");
5835 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
5845 NamespcName->isStr("std")) {
5851 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);