Home
last modified time | relevance | path

Searched refs:dumpXML (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
DASCIIMathPHP-2.0.class.php305 function dumpXML($indent_str = "\t") function in XMLNode
325 $child_txt = $node->dumpXML($indent_str);
1024 return($root->dumpXML());
/external/clang/lib/AST/
DDumpXML.cpp1040 void Decl::dumpXML() const { in dumpXML() function in Decl
1041 dumpXML(llvm::errs()); in dumpXML()
1044 void Decl::dumpXML(raw_ostream &out) const { in dumpXML() function in Decl
1050 void Decl::dumpXML() const {} in dumpXML() function in Decl
1051 void Decl::dumpXML(raw_ostream &out) const {} in dumpXML() function in Decl
/external/clang/lib/Frontend/
DASTConsumers.cpp495 C.getTranslationUnitDecl()->dumpXML(OS); in HandleTranslationUnit()
/external/clang/include/clang/AST/
DDeclBase.h898 LLVM_ATTRIBUTE_USED void dumpXML() const;
899 void dumpXML(raw_ostream &OS) const;