Searched refs:isSingleDecl (Results 1 – 18 of 18) sorted by relevance
81 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function85 assert(isSingleDecl() && "Isn't a single decl"); in getSingleDecl()101 if (isSingleDecl()) in begin()107 if (isSingleDecl()) in end()114 if (isSingleDecl()) in begin()120 if (isSingleDecl()) in end()
1156 bool isSingleDecl() const { return DG.isSingleDecl(); } in isSingleDecl() function
94 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
593 assert(DS->isSingleDecl()); in VisitDeclStmt()
913 if (DS->isSingleDecl()) { in genRange()
231 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()369 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
171 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
82 if (!DS->isSingleDecl()) in checkPreStmt()
999 if (DS->isSingleDecl()) { in matchValueExprForBind()1033 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
356 assert(PM->isSingleDecl()); in addCopy()
2637 if (DS->isSingleDecl()) in VisitDeclStmt()2664 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()3237 assert(DS->isSingleDecl()); in VisitForStmt()3567 assert(DS->isSingleDecl()); in VisitWhileStmt()
844 if (DeclS->isSingleDecl()) in VisitDeclStmt()
189 if (!usingDeclPtr || !usingDeclPtr.get().isSingleDecl()) in ParseSingleDeclarationAfterTemplate()
1121 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
88 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()1898 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()2096 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
3693 if (!DG.get().isSingleDecl()) { in ActOnOpenMPDeclareSimdDirective()4201 if (DS->isSingleDecl()) { in checkAndSetInit()
2032 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
3350 if (Node.isSingleDecl()) { in AST_MATCHER_P()