Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h198 bool IsBitfield() { return is_bitfield; } in IsBitfield() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp710 bool SBTypeMember::IsBitfield() { in IsBitfield() function in SBTypeMember
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h428 bool IsBitfield() { in IsBitfield() function
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp324 const bool IsBitfield = D->isBitField(); in VisitFieldDecl() local
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1628 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1780 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local