Home | History | Annotate | Download | only in Sema

Lines Matching refs:NamespcName

5687                                           IdentifierInfo *NamespcName,
5690 assert(NamespcName && "Invalid NamespcName.");
5704 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
5714 NamespcName->isStr("std")) {
5720 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);