Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3112 void setInitVal(const llvm::APSInt &V) { Val = V; } in setInitVal() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp868 ECD->setInitVal(Record.readAPSInt()); in VisitEnumConstantDecl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8407 enumerator_decl->setInitVal(value); in AddEnumerationValueToEnumerationType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp19132 ECD->setInitVal(InitVal); in ActOnEnumBody()