Searched refs:isSingleDecl (Results 1 – 19 of 19) sorted by relevance
80 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function84 assert(isSingleDecl() && "Isn't a single decl"); in getSingleDecl()100 if (isSingleDecl()) in begin()106 if (isSingleDecl()) in end()113 if (isSingleDecl()) in begin()119 if (isSingleDecl()) in end()
1304 bool isSingleDecl() const { return DG.isSingleDecl(); } in isSingleDecl() function
230 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()368 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
170 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
94 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
609 assert(DS->isSingleDecl()); in VisitDeclStmt()
252 if (!DS->isSingleDecl()) in checkPreStmt()
1037 if (DS->isSingleDecl()) { in matchValueExprForBind()1071 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
354 assert(PM->isSingleDecl()); in addCopy()
2819 if (DS->isSingleDecl()) in VisitDeclStmt()2846 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()3470 assert(DS->isSingleDecl()); in VisitForStmt()3800 assert(DS->isSingleDecl()); in VisitWhileStmt()
843 if (DeclS->isSingleDecl()) in VisitDeclStmt()
785 if (DS->isSingleDecl()) { in genRange()
88 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()2256 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()2455 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
6350 if (!DG.get().isSingleDecl()) { in ActOnOpenMPDeclareSimdDirective()6857 if (!DG.get().isSingleDecl()) { in checkOpenMPDeclareVariantFunction()7593 if (DS->isSingleDecl()) { in checkAndSetInit()
2354 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
1359 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
213 if (!usingDeclPtr || !usingDeclPtr.get().isSingleDecl()) in ParseSingleDeclarationAfterTemplate()
4181 if (Node.isSingleDecl()) { in AST_MATCHER_P()
274 assert(DS->isSingleDecl() && "Only single expression must be captured."); in getAddrOfExprAsWritten()