Home
last modified time | relevance | path

Searched refs:isInterfaceUdt (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp63 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent); in dump()
175 bool NativeTypeUDT::isInterfaceUdt() const { return false; } in isInterfaceUdt() function in NativeTypeUDT
H A DNativeTypeEnum.cpp155 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent); in dump()
357 bool NativeTypeEnum::isInterfaceUdt() const { return false; } in isInterfaceUdt() function in NativeTypeEnum
H A DNativeRawSymbol.cpp583 bool NativeRawSymbol::isInterfaceUdt() const { in isInterfaceUdt() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h60 bool isInterfaceUdt() const override;
H A DNativeTypeUDT.h53 bool isInterfaceUdt() const override;
H A DNativeRawSymbol.h192 bool isInterfaceUdt() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h187 bool isInterfaceUdt() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h214 virtual bool isInterfaceUdt() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp356 RAW_METHOD_DUMP(OS, isInterfaceUdt); in dump()
1116 bool DIARawSymbol::isInterfaceUdt() const { in isInterfaceUdt() function in DIARawSymbol