Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp826 const CXXRecordDecl *CastToBase = nullptr; in printPretty() local
833 CastToBase = RD; in printPretty()
839 if (CastToBase) in printPretty()
840 Out << *CastToBase << "::"; in printPretty()