Home
last modified time | relevance | path

Searched defs:isUnnamedBitfield (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DDecl.h2367 bool isUnnamedBitfield() const { return isBitField() && !getDeclName(); } in isUnnamedBitfield() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDecl.h3114 bool isUnnamedBitfield() const { return isBitField() && !getDeclName(); } in isUnnamedBitfield() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDecl.h3119 bool isUnnamedBitfield() const { return isBitField() && !getDeclName(); } in isUnnamedBitfield() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDecl.h3119 bool isUnnamedBitfield() const { return isBitField() && !getDeclName(); } in isUnnamedBitfield() function