Home
last modified time | relevance | path

Searched refs:setInitVal (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3282 void setInitVal(const ASTContext &C, const llvm::APSInt &V) { in setInitVal() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5380 setInitVal(C, V); in EnumConstantDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp922 ECD->setInitVal(Reader.getContext(), Record.readAPSInt()); in VisitEnumConstantDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8359 enumerator_decl->setInitVal(getASTContext(), value); in AddEnumerationValueToEnumerationType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20362 ECD->setInitVal(Context, InitVal); in ActOnEnumBody()