Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp439 const CXXRecordDecl *CastToBase = nullptr; in printPretty() local
447 CastToBase = RD; in printPretty()
452 if (CastToBase) in printPretty()
453 Out << *CastToBase << "::"; in printPretty()