Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp239 bool FoundPathThroughBase = false; in lookupInBases() local
243 FoundPath = FoundPathThroughBase = true; in lookupInBases()
285 FoundPath = FoundPathThroughBase = true; in lookupInBases()
298 if (SetVirtual && !FoundPathThroughBase) { in lookupInBases()