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

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp971 if (const AttributedStmt *AS = asFallThroughAttr(CS->getStmt())) {
993 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) {
1015 if (asFallThroughAttr(S))
1034 static const AttributedStmt *asFallThroughAttr(const Stmt *S) { function in class:__anon17990::FallthroughMapper

Completed in 196 milliseconds