Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1145 if (const AttributedStmt *AS = asFallThroughAttr(CS->getStmt())) { in checkFallThroughIntoBlock()
1171 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) { in checkFallThroughIntoBlock()
1193 if (asFallThroughAttr(S)) in VisitAttributedStmt()
1217 static const AttributedStmt *asFallThroughAttr(const Stmt *S) { in asFallThroughAttr() function in __anon9476153b0811::FallthroughMapper