Home
last modified time | relevance | path

Searched refs:InitAndBitWidth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3084 InitAndBitWidthStorage *InitAndBitWidth; member
3137 return hasInClassInitializer() ? InitAndBitWidth->BitWidth : BitWidth; in getBitWidth()
3151 InitAndBitWidth = in setBitWidth()
3164 auto ExistingInit = InitAndBitWidth->Init; in removeBitWidth()
3198 return hasInClassInitializer() && (BitField ? InitAndBitWidth->Init : Init); in hasNonNullInClassInitializer()
3219 Expr *ExistingBitWidth = InitAndBitWidth->BitWidth; in removeInClassInitializer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4566 LazyDeclStmtPtr InitPtr = BitField ? InitAndBitWidth->Init : Init; in getInClassInitializer()
4579 InitAndBitWidth->Init = NewInit; in setLazyInClassInitializer()