Home
last modified time | relevance | path

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

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