Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp5760 for (unsigned CovariantPathLength = PathLength + 1; in HandleVirtualDispatch() local
5761 CovariantPathLength != This.Designator.Entries.size(); in HandleVirtualDispatch()
5762 ++CovariantPathLength) { in HandleVirtualDispatch()
5764 getBaseClassType(This.Designator, CovariantPathLength); in HandleVirtualDispatch()