Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3071 InitAndBitWidthStorage *InitAndBitWidth; member
3124 return hasInClassInitializer() ? InitAndBitWidth->BitWidth : BitWidth; in getBitWidth()
3138 InitAndBitWidth = in setBitWidth()
3151 auto ExistingInit = InitAndBitWidth->Init; in removeBitWidth()
3185 return hasInClassInitializer() && (BitField ? InitAndBitWidth->Init : Init); in hasNonNullInClassInitializer()
3206 Expr *ExistingBitWidth = InitAndBitWidth->BitWidth; in removeInClassInitializer()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4518 LazyDeclStmtPtr InitPtr = BitField ? InitAndBitWidth->Init : Init; in getInClassInitializer()
4531 InitAndBitWidth->Init = NewInit; in setLazyInClassInitializer()