Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp615 bool NativeRawSymbol::isMultipleInheritance() const { in isMultipleInheritance() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h48 bool isMultipleInheritance() const override;
H A DNativeRawSymbol.h200 bool isMultipleInheritance() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h195 bool isMultipleInheritance() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h222 virtual bool isMultipleInheritance() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp364 RAW_METHOD_DUMP(OS, isMultipleInheritance); in dump()
1149 bool DIARawSymbol::isMultipleInheritance() const { in isMultipleInheritance() function in DIARawSymbol