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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1112 if (const AttributedStmt *AS = asFallThroughAttr(CS->getStmt())) {
1138 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) {
1160 if (asFallThroughAttr(S))
1184 static const AttributedStmt *asFallThroughAttr(const Stmt *S) { function in class:__anon3128::FallthroughMapper

Completed in 49 milliseconds