Lines Matching refs:FunctionDumper
39 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
52 FunctionDumper::FunctionDumper(LinePrinter &P) in FunctionDumper() function in FunctionDumper
55 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
119 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
159 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
170 if (Pointer != FunctionDumper::PointerType::None) in start()
179 if (Pointer != FunctionDumper::PointerType::None) { in start()
182 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
210 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
219 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
224 void FunctionDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
229 void FunctionDumper::dump(const PDBSymbolTypeFunctionArg &Symbol) { in dump()
240 void FunctionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump()
245 void FunctionDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
251 FunctionDumper NestedDumper(Printer); in dump()
268 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()