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

  /external/clang/lib/AST/
DumpXML.cpp 1 //===--- DumpXML.cpp - Detailed XML dumping ---------------------*- C++ -*-===//
10 // This file defines the Decl::dumpXML() method, a debugging tool to
1025 void Decl::dumpXML() const {
1026 dumpXML(llvm::errs());
1029 void Decl::dumpXML(raw_ostream &out) const {
1035 void Decl::dumpXML() const {}
1036 void Decl::dumpXML(raw_ostream &out) const {}
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 305 function dumpXML($indent_str = "\t")
325 $child_txt = $node->dumpXML($indent_str);
1024 return($root->dumpXML());
    [all...]

Completed in 45 milliseconds