Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2560 static bool isFallthroughStatement(const AttributedStmt *A) { in isFallthroughStatement() function
2585 bool isInterestingAttribute = isFallthroughStatement(A) || isCXXAssumeAttr(A); in VisitAttributedStmt()