Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7199 LHSAncestors; in areCommonBaseCompatible() local
7203 LHSAncestors[LHS->getInterface()->getCanonicalDecl()] = LHS; in areCommonBaseCompatible()
7253 auto KnownLHS = LHSAncestors.find(RHS->getInterface()->getCanonicalDecl()); in areCommonBaseCompatible()
7254 if (KnownLHS != LHSAncestors.end()) { in areCommonBaseCompatible()