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.h3187 InitAndBitWidthStorage *InitAndBitWidth; member
3252 return hasInClassInitializer() ? InitAndBitWidth->BitWidth : BitWidth; in getBitWidth()
3268 InitAndBitWidth = in setBitWidth()
3281 auto ExistingInit = InitAndBitWidth->Init; in removeBitWidth()
3315 return hasInClassInitializer() && (BitField ? InitAndBitWidth->Init : Init); in hasNonNullInClassInitializer()
3340 Expr *ExistingBitWidth = InitAndBitWidth->BitWidth; in removeInClassInitializer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4662 LazyDeclStmtPtr InitPtr = BitField ? InitAndBitWidth->Init : Init; in getInClassInitializer()
4675 InitAndBitWidth->Init = NewInit; in setLazyInClassInitializer()