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

References

tools/clang/include/clang/Sema/Lookup.h
  173         LookupKind(Other.LookupKind), IDNS(Other.IDNS), Redecl(Other.Redecl),
  191         LookupKind(std::move(Other.LookupKind)), IDNS(std::move(Other.IDNS)),
  214     IDNS = std::move(Other.IDNS);
  214     IDNS = std::move(Other.IDNS);
  362     if (!D->isInIdentifierNamespace(IDNS))
  378     return IDNS;
  688       IDNS |= Decl::IDNS_LocalExtern;
  690       IDNS &= ~Decl::IDNS_LocalExtern;
tools/clang/lib/Sema/SemaLookup.cpp
  298   IDNS = getIDNS(LookupKind, getSema().getLangOpts().CPlusPlus,
 1877                            : findAcceptableDecl(getSema(), Key, IDNS);
 1883   return findAcceptableDecl(getSema(), D, IDNS);