Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp977 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 __anon6dec69460611::FallthroughMapper