Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp396 const CXXRecordDecl *CastToBase = 0; in printPretty() local
404 CastToBase = RD; in printPretty()
409 if (CastToBase) in printPretty()
410 Out << *CastToBase << "::"; in printPretty()