Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp232 bool FoundPathThroughBase = false; in lookupInBases() local
236 FoundPath = FoundPathThroughBase = true; in lookupInBases()
282 FoundPath = FoundPathThroughBase = true; in lookupInBases()
295 if (SetVirtual && !FoundPathThroughBase) { in lookupInBases()