Home
last modified time | relevance | path

Searched refs:LHSAncestors (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp7096 LHSAncestors; in areCommonBaseCompatible() local
7100 LHSAncestors[LHS->getInterface()->getCanonicalDecl()] = LHS; in areCommonBaseCompatible()
7148 auto KnownLHS = LHSAncestors.find(RHS->getInterface()->getCanonicalDecl()); in areCommonBaseCompatible()
7149 if (KnownLHS != LHSAncestors.end()) { in areCommonBaseCompatible()