Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp356 S->setDeclGroup(DeclGroupRef(readDecl())); in VisitDeclStmt()
363 S->setDeclGroup(DeclGroupRef(DeclGroup::Create(Record.getContext(), in VisitDeclStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1515 void setDeclGroup(DeclGroupRef DGR) { DG = DGR; } in setDeclGroup() function