HomeSort by relevance Sort by last modified time
    Searched defs:ToText (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 51 /// \c ToText.
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
59 std::string ToText;
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 701 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
708 virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]

Completed in 351 milliseconds