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

  /external/clang/lib/AST/
DumpXML.cpp 1 //===--- DumpXML.cpp - Detailed XML dumping -------------------------------===//
10 // This file defines the Decl::dumpXML() method, a debugging tool to
1040 void Decl::dumpXML() const {
1041 dumpXML(llvm::errs());
1044 void Decl::dumpXML(raw_ostream &out) const {
1050 void Decl::dumpXML() const {}
1051 void Decl::dumpXML(raw_ostream &out) const {}
  /external/libvpx/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...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 487 C.getTranslationUnitDecl()->dumpXML(OS);
  /external/clang/include/clang/AST/
DeclBase.h 872 LLVM_ATTRIBUTE_USED void dumpXML() const;
873 void dumpXML(raw_ostream &OS) const;
    [all...]

Completed in 74 milliseconds