Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7208 bool anyChanges = false; in areCommonBaseCompatible() local
7219 anyChanges = true; in areCommonBaseCompatible()
7227 anyChanges = true; in areCommonBaseCompatible()
7232 if (anyChanges || LHS->isKindOfType() != anyKindOf) { in areCommonBaseCompatible()
7259 bool anyChanges = false; in areCommonBaseCompatible() local
7270 anyChanges = true; in areCommonBaseCompatible()
7278 anyChanges = true; in areCommonBaseCompatible()
7282 if (anyChanges || RHS->isKindOfType() != anyKindOf) { in areCommonBaseCompatible()