reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/SemaInternal.h
  196   ASTContext &getContext() const { return SemaRef.Context; }
tools/clang/lib/Sema/SemaLookup.cpp
 4201   if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo)
 4234   TypoCorrection TC(&SemaRef.Context.Idents.get(Name), ND, NNS, ED);
 4255     checkCorrectionVisibility(SemaRef, Correction);
 4266     std::string CorrectionStr = Correction.getAsString(SemaRef.getLangOpts());
 4274         if (CorrectionStr < RI->getAsString(SemaRef.getLangOpts()))
 4303   auto &Types = SemaRef.getASTContext().getTypes();
 4350   LookupPotentialTypoResult(SemaRef, Result, Name, S, TempSS, TempMemberContext,
 4383     checkCorrectionVisibility(SemaRef, Candidate);
 4428       if (!SemaRef.LookupQualifiedName(Result, Ctx))
 4437           std::string NewQualified = TC.getAsString(SemaRef.getLangOpts());
 4440           SS->getScopeRep()->print(OldOStream, SemaRef.getPrintingPolicy());
 4450           if (SemaRef.CheckMemberAccess(TC.getCorrectionRange().getBegin(),