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

References

tools/clang/lib/AST/CXXInheritance.cpp
  144     if (CurContext->Equals(this))
tools/clang/lib/AST/Decl.cpp
   99   return !getLexicalDeclContext()->Equals(getDeclContext());
 1715   if (!this->getDeclContext()->getRedeclContext()->Equals(
tools/clang/lib/AST/DeclBase.cpp
 1784     return O->Equals(this);
 1787     if (O->Equals(this))
tools/clang/lib/AST/ExprConstant.cpp
 7438         Info.CurrentCall->Callee->Equals(VD->getDeclContext())) {
tools/clang/lib/Sema/IdentifierResolver.cpp
  140                               : Ctx->Equals(DCtx);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3984     } else if (!InContext->Equals(Overridden->getDeclContext()))
tools/clang/lib/Sema/SemaDecl.cpp
 1438       !D->getDeclContext()->getRedeclContext()->Equals(
 3074       !Old->getDeclContext()->getRedeclContext()->Equals(
 3124   if (NamedDC->Equals(SemaDC))
 5447   if (Cur->Equals(DC)) {
 6063     if (!OuterContext->Equals(PrevOuterContext))
 7320              ParentDC && !ParentDC->Equals(OldDC);
14675   if (OldDC->Equals(NewDC))
14933         if (!ND->getDeclContext()->getRedeclContext()->Equals(
15002       DC->Equals(getStdNamespace())) {
15108                           ->Equals(TD->getDeclContext()->getRedeclContext())) {
15230                        ->Equals(PrevDecl->getDeclContext()->getRedeclContext()))
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3398           TD->getDeclContext()->getRedeclContext()->Equals(
 4012         return Member->getDeclContext()->getRedeclContext()->Equals(ClassDecl);
 9156   if (!CurContext->getRedeclContext()->Equals(
11160       if (AD->getNamespace()->Equals(getNamespaceDecl(ND))) {
14984     if (DC->Equals(CurContext))
tools/clang/lib/Sema/SemaExpr.cpp
16197   } while (!VarDC->Equals(DC));
tools/clang/lib/Sema/SemaExprMember.cpp
  220            !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass))
tools/clang/lib/Sema/SemaInit.cpp
 2306     return FD && FD->getDeclContext()->getRedeclContext()->Equals(Record);
tools/clang/lib/Sema/SemaLambda.cpp
   97         VarToCapture->getDeclContext()->Equals(EnclosingDC))
tools/clang/lib/Sema/SemaLookup.cpp
  605         getContextForScopeMatching(Decls[UniqueTagIndex])->Equals(
 1188   if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
 1329       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1472       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1991               if (!LastDC->Equals(DC))
 3972       for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx);
tools/clang/lib/Sema/SemaOpenMP.cpp
 2324       !CanonicalVD->getDeclContext()->Equals(getCurLexicalContext())) {
tools/clang/lib/Sema/SemaOverload.cpp
 9531   if (!VA->getDeclContext()->getRedeclContext()->Equals(
tools/clang/lib/Sema/SemaTemplate.cpp
 1472           (OutermostContext->Equals(PrevDecl->getDeclContext()) ||
 1506           PrevClassTemplate->getDeclContext()->getRedeclContext()->Equals(
 7505                             : DC->Equals(SpecializedContext))) {
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 5414       if (DC->Equals(Record))
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 3122     return NAX->getNamespace()->Equals(NAY->getNamespace());
tools/clang/lib/Serialization/ASTWriter.cpp
 3587         if (!Redecl->getDeclContext()->getRedeclContext()->Equals(
tools/clang/tools/extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
  153                  ->Equals(TargetDirective->getNominatedNamespace()))