Home
last modified time | relevance | path

Searched refs:asFallThroughAttr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp971 if (const AttributedStmt *AS = asFallThroughAttr(CS->getStmt())) { in checkFallThroughIntoBlock()
993 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) { in checkFallThroughIntoBlock()
1015 if (asFallThroughAttr(S)) in VisitAttributedStmt()
1034 static const AttributedStmt *asFallThroughAttr(const Stmt *S) { in asFallThroughAttr() function in __anon94e2d5210511::FallthroughMapper