Searched refs:asFallThroughAttr (Results 1 – 1 of 1) sorted by relevance
977 if (const AttributedStmt *AS = asFallThroughAttr(CS->getStmt())) { in checkFallThroughIntoBlock()999 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) { in checkFallThroughIntoBlock()1021 if (asFallThroughAttr(S)) in VisitAttributedStmt()1040 static const AttributedStmt *asFallThroughAttr(const Stmt *S) { in asFallThroughAttr() function in __anon75d552dd0611::FallthroughMapper