Lines Matching refs:FunctionDumper
37 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
50 FunctionDumper::FunctionDumper(LinePrinter &P) in FunctionDumper() function in FunctionDumper
53 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
117 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
156 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
167 if (Pointer != FunctionDumper::PointerType::None) in start()
176 if (Pointer != FunctionDumper::PointerType::None) { in start()
179 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
207 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
216 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
221 void FunctionDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
226 void FunctionDumper::dump(const PDBSymbolTypeFunctionArg &Symbol) { in dump()
237 void FunctionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump()
242 void FunctionDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
248 FunctionDumper NestedDumper(Printer); in dump()
265 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()