Home
last modified time | relevance | path

Searched refs:isPointerToDataMember (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp52 dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent); in dump()
120 bool NativeTypePointer::isPointerToDataMember() const { in isPointerToDataMember() function in NativeTypePointer
193 return isPointerToDataMember() || isPointerToMemberFunction(); in isMemberPointer()
DNativeRawSymbol.cpp639 bool NativeRawSymbol::isPointerToDataMember() const { in isPointerToDataMember() function in NativeRawSymbol
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypePointer.h31 FORWARD_SYMBOL_METHOD(isPointerToDataMember)
DIPDBRawSymbol.h228 virtual bool isPointerToDataMember() const = 0;
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h40 bool isPointerToDataMember() const override;
DNativeRawSymbol.h206 bool isPointerToDataMember() const override;
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h201 bool isPointerToDataMember() const override;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp370 RAW_METHOD_DUMP(OS, isPointerToDataMember); in dump()
1174 bool DIARawSymbol::isPointerToDataMember() const { in isPointerToDataMember() function in DIARawSymbol
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp747 if (pointer_type->isPointerToDataMember() || in CreateLLDBTypeFromPDBType()