Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp51 dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent); in dump()
119 bool NativeTypePointer::isPointerToDataMember() const { in isPointerToDataMember() function in NativeTypePointer
192 return isPointerToDataMember() || isPointerToMemberFunction(); in isMemberPointer()
H A DNativeRawSymbol.cpp640 bool NativeRawSymbol::isPointerToDataMember() const { in isPointerToDataMember() function in NativeRawSymbol
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypePointer.h32 FORWARD_SYMBOL_METHOD(isPointerToDataMember)
H A DIPDBRawSymbol.h228 virtual bool isPointerToDataMember() const = 0;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h40 bool isPointerToDataMember() const override;
H A DNativeRawSymbol.h206 bool isPointerToDataMember() const override;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h201 bool isPointerToDataMember() const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp370 RAW_METHOD_DUMP(OS, isPointerToDataMember); in dump()
1174 bool DIARawSymbol::isPointerToDataMember() const { in isPointerToDataMember() function in DIARawSymbol