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

References

tools/clang/include/clang/Sema/Lookup.h
  365     if (isVisible(getSema(), D) || isHiddenDeclarationVisible(D))
  696       getSema().DiagnoseAmbiguousLookup(*this);
  697     else if (isClassLookup() && getSema().getLangOpts().AccessControl)
  698       getSema().CheckLookupAccess(*this);
tools/clang/lib/Sema/SemaDecl.cpp
  770   bool CheckTemplate = R.getSema().getLangOpts().CPlusPlus &&
tools/clang/lib/Sema/SemaExprMember.cpp
  701   QueryState Q = {R.getSema(), R.getLookupNameInfo(), R.getLookupKind(),
tools/clang/lib/Sema/SemaLookup.cpp
  298   IDNS = getIDNS(LookupKind, getSema().getLangOpts().CPlusPlus,
  309     getSema().DeclareGlobalNewDelete();
  320       if (!getSema().Context.BuiltinInfo.isPredefinedLibFunction(BuiltinID))
  529       QualType T = getSema().Context.getTypeDeclType(TD);
  531           std::make_pair(getSema().Context.getCanonicalType(T), I));
  551       if (isPreferredLookupResult(getSema(), getLookupKind(), Decls[I],
  578         if (getSema().isEquivalentInternalLinkageDeclaration(HasNonFunction,
  616     getSema().diagnoseEquivalentInternalLinkageDeclarations(
 1083       = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
 1088     if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType,
 1873     if (auto *Acceptable = getSema().VisibleNamespaceCache.lookup(Key))
 1875     auto *Acceptable = isVisible(getSema(), Key)
 1877                            : findAcceptableDecl(getSema(), Key, IDNS);
 1879       getSema().VisibleNamespaceCache.insert(std::make_pair(Key, Acceptable));
 1883   return findAcceptableDecl(getSema(), D, IDNS);
 3769         !Result.getSema().getLangOpts().CPlusPlus) {
 3770       auto &S = Result.getSema();
 3801       Result.getSema().ForceDeclarationOfImplicitMembers(Class);
 3822         if (!Result.getSema().isVisible(I))
 3977             LookupResult IvarResult(Result.getSema(), Result.getLookupName(),
 4010       Entity = Result.getSema().Context.getTranslationUnitDecl();