Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp61 else if (isMultipleInheritance()) in dump()
174 bool NativeTypePointer::isMultipleInheritance() const { in isMultipleInheritance() function in NativeTypePointer
H A DNativeRawSymbol.cpp617 bool NativeRawSymbol::isMultipleInheritance() const { in isMultipleInheritance() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h49 bool isMultipleInheritance() const override;
H A DNativeRawSymbol.h201 bool isMultipleInheritance() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h196 bool isMultipleInheritance() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h227 virtual bool isMultipleInheritance() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp365 RAW_METHOD_DUMP(OS, isMultipleInheritance); in dump()
1150 bool DIARawSymbol::isMultipleInheritance() const { in isMultipleInheritance() function in DIARawSymbol