Searched refs:getDeclGroup (Results 1 – 8 of 8) sorted by relevance
92 DeclGroup &getDeclGroup() { in getDeclGroup() function96 const DeclGroup &getDeclGroup() const { in getDeclGroup() function97 return const_cast<DeclGroupRef*>(this)->getDeclGroup(); in getDeclGroup()103 return &getDeclGroup()[0]; in begin()109 DeclGroup &G = getDeclGroup(); in end()116 return &getDeclGroup()[0]; in begin()122 const DeclGroup &G = getDeclGroup(); in end()
1161 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup() function1162 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup() function
72 DeclGroupRef decl_group = curr_decl_stmt->getDeclGroup(); in ExtractFromFunctionDecl()
374 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()378 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
610 const DeclGroupRef DGrp = S->getDeclGroup(); in VisitDeclStmt()2135 for (auto *D : S->getDeclGroup()) { in VisitDeclStmt()
610 DeclGroupRef DGrp = S->getDeclGroup(); in translateDeclStmt()
268 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt()
5616 auto Imp = importSeq(S->getDeclGroup(), S->getBeginLoc(), S->getEndLoc()); in VisitDeclStmt()