Searched refs:asFallThroughAttr (Results 1 – 1 of 1) sorted by relevance
1288 if (const AttributedStmt *AS = asFallThroughAttr(CS->getStmt())) { in checkFallThroughIntoBlock()1314 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) { in checkFallThroughIntoBlock()1333 if (asFallThroughAttr(S)) in VisitAttributedStmt()1357 static const AttributedStmt *asFallThroughAttr(const Stmt *S) { in asFallThroughAttr() function in __anon9476153b0811::FallthroughMapper