Home
last modified time | relevance | path

Searched defs:IsBitfield (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h219 bool IsBitfield() { return is_bitfield; } in IsBitfield() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp714 bool SBTypeMember::IsBitfield() { in IsBitfield() function in SBTypeMember
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h428 bool IsBitfield() { in IsBitfield() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp333 const bool IsBitfield = D->isBitField(); in VisitFieldDecl() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1626 bool IsBitfield = DT->isBitField(); in constructMemberDIE() local
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1791 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local