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

/external/clang/lib/AST/
H A DVTableBuilder.cpp999 dumpLayout(llvm::errs());
1064 /// dumpLayout - Dump the vtable layout.
1065 void dumpLayout(raw_ostream&);
1931 /// dumpLayout - Dump the vtable layout.
1932 void VTableBuilder::dumpLayout(raw_ostream& Out) { function in class:__anon16058::VTableBuilder
1933 // FIXME: write more tests that actually use the dumpLayout output to prevent
2614 dumpLayout(llvm::errs());
2649 void dumpLayout(raw_ostream &);
2924 void VFTableBuilder::dumpLayout(raw_ostream &Out) { function in class:__anon16060::VFTableBuilder

Completed in 83 milliseconds