Home | History | Annotate | Download | only in Sema

Lines Matching refs:LookupKind

288   IDNS = getIDNS(LookupKind, SemaRef.getLangOpts().CPlusPlus,
3336 Sema::LookupNameKind LookupKind,
3343 Result(SemaRef, TypoName, LookupKind),
4135 /// \param LookupKind the name-lookup criteria used to search for the name.
4160 Sema::LookupNameKind LookupKind,
4172 TypoName, LookupKind, S, SS, CCC, MemberContext, EnteringContext, OPT))
4227 TypoCorrectionConsumer Consumer(*this, TypoName, LookupKind, S, SS, CCC,
4239 LookupVisibleDecls(MemberContext, LookupKind, Consumer);
4244 LookupVisibleDecls(I, LookupKind, Consumer);
4258 LookupVisibleDecls(QualifiedDC, LookupKind, Consumer);