Home
last modified time | relevance | path

Searched refs:setNumNegativeBits (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4366 setNumNegativeBits(0); in EnumDecl()
4411 setNumNegativeBits(NumNegativeBits); in completeDefinition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3631 void setNumNegativeBits(unsigned Num) { EnumDeclBits.NumNegativeBits = Num; } in setNumNegativeBits() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp750 ED->setNumNegativeBits(Record.readInt()); in VisitEnumDecl()