Home
last modified time | relevance | path

Searched defs:isBitField (Results 1 – 10 of 10) sorted by relevance

/external/clang/utils/ABITest/
DTypeGen.py21 def isBitField(self): member in Type
39 def isBitField(self): member in BuiltinType
/external/llvm-project/clang/utils/ABITest/
DTypeGen.py22 def isBitField(self): member in Type
40 def isBitField(self): member in BuiltinType
/external/clang/lib/CodeGen/
DCGValue.h248 bool isBitField() const { return LVType == BitField; } in isBitField() function
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h255 bool isBitField() const { return LVType == BitField; } in isBitField() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h660 bool isBitField() const { return getFlags() & FlagBitField; } in isBitField() function
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h732 bool isBitField() const { return getFlags() & FlagBitField; } in isBitField() function
/external/clang/include/clang/AST/
DDecl.h2361 bool isBitField() const { in isBitField() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h533 AST_MATCHER(FieldDecl, isBitField) { in AST_MATCHER() argument
/external/llvm-project/clang/include/clang/AST/
DDecl.h2854 bool isBitField() const { return BitField; } in isBitField() function
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h669 AST_MATCHER(FieldDecl, isBitField) { in AST_MATCHER() argument