Home
last modified time | relevance | path

Searched defs:ToText (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Tooling/
DRefactoringCallbacks.h59 std::string ToText; variable
/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText()
/external/tinyxml2/
Dtinyxml2.h445 virtual XMLText* ToText() { return 0; } ///< Safely cast to Text, or null. in ToText() function
452 virtual const XMLText* ToText() const { return 0; } in ToText() function
627 virtual XMLText* ToText() { return this; } in ToText() function
628 virtual const XMLText* ToText() const { return this; } in ToText() function
1292 …XMLText* ToText() { return ( ( node && node->ToText() ) ? node->ToText… in ToText() function
1328 …const XMLText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText(… in ToText() function
/external/tinyxml/
Dtinyxml.h640 …const TiXmlText* ToText() const { return ( this && type == TEXT ) ? (const TiXmlText*) … in ToText() function
647 …TiXmlText* ToText() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } /… in ToText() function