Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5914 for (unsigned CovariantPathLength = PathLength + 1; in HandleVirtualDispatch() local
5915 CovariantPathLength != This.Designator.Entries.size(); in HandleVirtualDispatch()
5916 ++CovariantPathLength) { in HandleVirtualDispatch()
5918 getBaseClassType(This.Designator, CovariantPathLength); in HandleVirtualDispatch()