Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9180 bool anyChanges = false; in areCommonBaseCompatible() local
9191 anyChanges = true; in areCommonBaseCompatible()
9199 anyChanges = true; in areCommonBaseCompatible()
9204 if (anyChanges || LHS->isKindOfType() != anyKindOf) { in areCommonBaseCompatible()
9231 bool anyChanges = false; in areCommonBaseCompatible() local
9242 anyChanges = true; in areCommonBaseCompatible()
9250 anyChanges = true; in areCommonBaseCompatible()
9254 if (anyChanges || RHS->isKindOfType() != anyKindOf) { in areCommonBaseCompatible()