Searched defs:dumpXML (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDumpXML.cpp10 // This file defines the Decl::dumpXML() method, a debugging tool to
1040 void Decl::dumpXML() const { function in class:Decl
1041 dumpXML(llvm::errs());
1044 void Decl::dumpXML(raw_ostream &out) const { function in class:Decl
1050 void Decl::dumpXML() const {}
1051 void Decl::dumpXML(raw_ostream &out) const {}
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php305 function dumpXML($indent_str = "\t") function
325 $child_txt = $node->dumpXML($indent_str);
1024 return($root->dumpXML());

Completed in 116 milliseconds