Home | History | Annotate | Download | only in Sema

Lines Matching refs:Super

2198   if (NNS && NNS->getKind() == NestedNameSpecifier::Super)
2234 if (NNS->getKind() == NestedNameSpecifier::Super)
3846 case NestedNameSpecifier::Super:
4329 Consumer.addKeywordResult("super");
4499 // Don't try to correct 'super'.
4710 // Prefer 'super' when we're completing in a message-receiver
4713 if (BestTC.getCorrection().getAsString() != "super") {
4714 if (SecondBestTC.getCorrection().getAsString() == "super")
4716 else if ((*Consumer)["super"].front().isKeyword())
4717 BestTC = (*Consumer)["super"].front();
4722 BestTC.getCorrection().getAsString() != "super")