Searched defs:ToText (Results 1 – 5 of 5) 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
701 …virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined ty… in ToText() function708 …virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Wil… in ToText() function1249 …virtual const TiXmlText* ToText() const { return this; } ///< Cast to a more defined type. Will re… in ToText() function1250 …virtual TiXmlText* ToText() { return this; } ///< Cast to a more defined type. Will re… in ToText() function1691 TiXmlText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); } 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