Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11086 bool anyChanges = false; in areCommonBaseCompatible() local
11097 anyChanges = true; in areCommonBaseCompatible()
11105 anyChanges = true; in areCommonBaseCompatible()
11110 if (anyChanges || LHS->isKindOfType() != anyKindOf) { in areCommonBaseCompatible()
11137 bool anyChanges = false; in areCommonBaseCompatible() local
11148 anyChanges = true; in areCommonBaseCompatible()
11156 anyChanges = true; in areCommonBaseCompatible()
11160 if (anyChanges || RHS->isKindOfType() != anyKindOf) { in areCommonBaseCompatible()