Lines Matching refs:Pointer
56 const char *Name, PointerType Pointer) { in start() argument
75 if (Pointer == PointerType::None) { in start()
93 if (Pointer == PointerType::Reference) in start()
119 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start() argument
157 if (Pointer == 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()
180 if (Pointer == PointerType::Pointer) in start()
182 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
252 PointerType Pointer = in dump() local
253 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump()
254 NestedDumper.start(*FuncSig, nullptr, Pointer); in dump()