Searched refs:isSingleDecl (Results 1 – 13 of 13) sorted by relevance
84 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function88 assert(isSingleDecl() && "Isn't a declgroup"); in getSingleDecl()104 if (isSingleDecl()) in begin()110 if (isSingleDecl()) in end()117 if (isSingleDecl()) in begin()123 if (isSingleDecl()) in end()
457 bool isSingleDecl() const { in isSingleDecl() function458 return DG.isSingleDecl(); in isSingleDecl()
236 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()374 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
171 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
79 if (!DS->isSingleDecl()) in checkPreStmt()
117 assert(DS->isSingleDecl() && "We process decls one by one"); in reportBug()
786 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
81 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()1667 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()1846 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
1441 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
809 if (DS->isSingleDecl()) { in genRange()
1970 if (Node.isSingleDecl()) { in AST_MATCHER_P()
887 if (DeclS->isSingleDecl()) in VisitDeclStmt()
1648 if (DS->isSingleDecl()) in VisitDeclStmt()1679 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()