Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp824 const CXXRecordDecl *CastToBase = nullptr; in printPretty() local
831 CastToBase = RD; in printPretty()
837 if (CastToBase) in printPretty()
838 Out << *CastToBase << "::"; in printPretty()