Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp59 if (isSingleInheritance()) in dump()
165 bool NativeTypePointer::isSingleInheritance() const { in isSingleInheritance() function in NativeTypePointer
H A DNativeRawSymbol.cpp685 bool NativeRawSymbol::isSingleInheritance() const { in isSingleInheritance() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h48 bool isSingleInheritance() const override;
H A DNativeRawSymbol.h218 bool isSingleInheritance() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h213 bool isSingleInheritance() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h244 virtual bool isSingleInheritance() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp382 RAW_METHOD_DUMP(OS, isSingleInheritance); in dump()
1219 bool DIARawSymbol::isSingleInheritance() const { in isSingleInheritance() function in DIARawSymbol