Home
last modified time | relevance | path

Searched defs:MemberAttributes (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h276 struct MemberAttributes { global() struct
281 nameMemberAttributes global() argument
284 bit_offsetMemberAttributes global() argument
286 bit_sizeMemberAttributes global() argument
287 data_bit_offsetMemberAttributes global() argument
288 accessibilityMemberAttributes global() argument
289 byte_sizeMemberAttributes global() argument
290 const_value_formMemberAttributes global() argument
291 encoding_formMemberAttributes global() argument
294 member_byte_offsetMemberAttributes global() argument
295 is_artificialMemberAttributes global() argument
296 is_declarationMemberAttributes global() argument
H A DDWARFASTParserClang.cpp2640 DWARFASTParserClang::MemberAttributes::MemberAttributes( MemberAttributes() function in DWARFASTParserClang::MemberAttributes
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h40 struct MemberAttributes { struct
47 MemberAttributes() = default; argument
49 explicit MemberAttributes(MemberAccess Access) in MemberAttributes() argument
52 MemberAttributes(MemberAccess Access, MethodKind Kind, MethodOptions Flags) { in MemberAttributes() argument
59 MemberAccess getAccess() const { in getAccess()
64 MethodKind getMethodKind() const { in getMethodKind()
72 MethodOptions getFlags() const { in getFlags()
79 bool isVirtual() const { in isVirtual()
86 bool isIntroducedVirtual() const { in isIntroducedVirtual()
93 bool isStatic() const { in isStatic()