Home
last modified time | relevance | path

Searched refs:isSingleInheritance (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp58 if (isSingleInheritance()) in dump()
164 bool NativeTypePointer::isSingleInheritance() const { in isSingleInheritance() function in NativeTypePointer
DNativeRawSymbol.cpp684 bool NativeRawSymbol::isSingleInheritance() const { in isSingleInheritance() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h47 bool isSingleInheritance() const override;
DNativeRawSymbol.h217 bool isSingleInheritance() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h212 bool isSingleInheritance() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h239 virtual bool isSingleInheritance() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp381 RAW_METHOD_DUMP(OS, isSingleInheritance); in dump()
1218 bool DIARawSymbol::isSingleInheritance() const { in isSingleInheritance() function in DIARawSymbol