Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp353 S->setDeclGroup(DeclGroupRef(readDecl())); in VisitDeclStmt()
360 S->setDeclGroup(DeclGroupRef(DeclGroup::Create(Record.getContext(), in VisitDeclStmt()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1331 void setDeclGroup(DeclGroupRef DGR) { DG = DGR; } in setDeclGroup() function