Searched refs:DC2 (Results 1 – 3 of 3) sorted by relevance
1381 DeclContext *DC2 = D2->getDeclContext()->getNonTransparentContext(); in IsRecordContextStructurallyEquivalent() local1385 if ((DC1->isFunctionOrMethod() && DC2->isTranslationUnit()) || in IsRecordContextStructurallyEquivalent()1386 (DC2->isFunctionOrMethod() && DC1->isTranslationUnit())) in IsRecordContextStructurallyEquivalent()1389 if (DC1->getDeclKind() != DC2->getDeclKind()) in IsRecordContextStructurallyEquivalent()1393 if (DC1->isInlineNamespace() != DC2->isInlineNamespace()) in IsRecordContextStructurallyEquivalent()1396 const auto *ND2 = cast<NamedDecl>(DC2); in IsRecordContextStructurallyEquivalent()1403 DC2 = DC2->getParent()->getNonTransparentContext(); in IsRecordContextStructurallyEquivalent()
112 #define DC2 0.62322223426940387752480e0239 td = fma(t, fma(t, fma(t, fma(t, DC4, DC3), DC2), DC1), DC0);
162 const DeclContext *DC2 = Decl2->getDeclContext(); in areExprTypesCompatible() local164 assert(isa<EnumDecl>(DC1) && isa<EnumDecl>(DC2)); in areExprTypesCompatible()165 return DC1 == DC2; in areExprTypesCompatible()