Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h176 bool isPointerToDataMember() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h185 virtual bool isPointerToDataMember() const = 0;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp290 MOCK_SYMBOL_ACCESSOR(isPointerToDataMember)
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h363 bool isPointerToDataMember() const { in isPointerToDataMember() function
370 return isPointerToMemberFunction() || isPointerToDataMember(); in isPointerToMember()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1012 bool DIARawSymbol::isPointerToDataMember() const { in isPointerToDataMember() function in DIARawSymbol