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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1122 if (const AttributedStmt *AS = asFallThroughAttr(CS->getStmt())) {
1148 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) {
1170 if (asFallThroughAttr(S))
1194 static const AttributedStmt *asFallThroughAttr(const Stmt *S) { function in class:__anon745::FallthroughMapper

Completed in 171 milliseconds