Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h264 bool IsBitfield() { return is_bitfield; } IsBitfield() function
/llvm-project/lldb/source/API/
H A DSBType.cpp823 bool SBTypeMember::IsBitfield() { in IsBitfield() function in SBTypeMember
/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h
/llvm-project/clang/lib/AST/
H A DODRHash.cpp344 const bool IsBitfield = D->isBitField(); VisitFieldDecl() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1661 bool IsBitfield = DT->isBitField(); constructMemberDIE() local
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c1833 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local