Home
last modified time | relevance | path

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

/external/clang/include/clang/Tooling/
DRefactoringCallbacks.h59 std::string ToText; variable
/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/clang/lib/Tooling/
DRefactoringCallbacks.cpp37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h701 …virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined ty… in ToText() function
708 …virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Wil… in ToText() function
1249 …virtual const TiXmlText* ToText() const { return this; } ///< Cast to a more defined type. Will re… in ToText() function
1250 …virtual TiXmlText* ToText() { return this; } ///< Cast to a more defined type. Will re… in ToText() function
1691 TiXmlText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); } in ToText() function
/external/spirv-llvm/tools/llvm-spirv/
Dllvm-spirv.cpp102 ToText("to-text", cl::desc("Convert input SPIR-V binary to internal textual format")); variable
/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
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp1540 std::string &ErrMsg, bool FromText, bool ToText) { in ConvertSPIRV()
1569 std::string &ErrMsg, bool ToText) { in ConvertSPIRV()