Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp267 bool FoundPathThroughBase = false; in lookupInBases() local
271 FoundPath = FoundPathThroughBase = true; in lookupInBases()
317 FoundPath = FoundPathThroughBase = true; in lookupInBases()
330 if (SetVirtual && !FoundPathThroughBase) { in lookupInBases()