Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7148 auto KnownLHS = LHSAncestors.find(RHS->getInterface()->getCanonicalDecl()); in areCommonBaseCompatible() local
7149 if (KnownLHS != LHSAncestors.end()) { in areCommonBaseCompatible()
7150 LHS = KnownLHS->second; in areCommonBaseCompatible()