Searched refs:isSingleDecl (Results 1 – 16 of 16) sorted by relevance
83 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function87 assert(isSingleDecl() && "Isn't a declgroup"); in getSingleDecl()103 if (isSingleDecl()) in begin()109 if (isSingleDecl()) in end()116 if (isSingleDecl()) in begin()122 if (isSingleDecl()) in end()
457 bool isSingleDecl() const { in isSingleDecl() function458 return DG.isSingleDecl(); in isSingleDecl()
90 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
506 assert(DS->isSingleDecl()); in VisitDeclStmt()
817 if (DS->isSingleDecl()) { in genRange()
226 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()364 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
171 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
82 if (!DS->isSingleDecl()) in checkPreStmt()
1023 if (DS->isSingleDecl()) { in matchValueExprForBind()1057 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
888 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
87 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()1781 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()1975 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
3641 if (!DG.get().isSingleDecl()) { in ActOnOpenMPDeclareSimdDirective()4146 if (DS->isSingleDecl()) { in CheckInit()
1904 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
857 if (DeclS->isSingleDecl()) in VisitDeclStmt()
2043 if (DS->isSingleDecl()) in VisitDeclStmt()2074 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()
2791 if (Node.isSingleDecl()) { in AST_MATCHER_P()