Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5675 for (unsigned CovariantPathLength = PathLength + 1; in HandleVirtualDispatch() local
5676 CovariantPathLength != This.Designator.Entries.size(); in HandleVirtualDispatch()
5677 ++CovariantPathLength) { in HandleVirtualDispatch()
5679 getBaseClassType(This.Designator, CovariantPathLength); in HandleVirtualDispatch()