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.cpp233 bool FoundPathThroughBase = false; in lookupInBases() local
237 FoundPath = FoundPathThroughBase = true; in lookupInBases()
283 FoundPath = FoundPathThroughBase = true; in lookupInBases()
296 if (SetVirtual && !FoundPathThroughBase) { in lookupInBases()