Searched defs:ToText (Results 1 – 4 of 4) sorted by relevance
59 std::string ToText; variable
37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText()
445 virtual XMLText* ToText() { return 0; } ///< Safely cast to Text, or null. in ToText() function452 virtual const XMLText* ToText() const { return 0; } in ToText() function627 virtual XMLText* ToText() { return this; } in ToText() function628 virtual const XMLText* ToText() const { return this; } in ToText() function1292 …XMLText* ToText() { return ( ( node && node->ToText() ) ? node->ToText… in ToText() function1328 …const XMLText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText(… in ToText() function
640 …const TiXmlText* ToText() const { return ( this && type == TEXT ) ? (const TiXmlText*) … in ToText() function647 …TiXmlText* ToText() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } /… in ToText() function