Searched defs:FallthroughMapper (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp685 class FallthroughMapper : public RecursiveASTVisitor<FallthroughMapper> { class in namespace:__anon15327
687 FallthroughMapper(Sema &S) function in class:__anon15327::FallthroughMapper
874 FallthroughMapper FM(S);
940 const FallthroughMapper::AttrStmts &Fallthroughs = FM.getFallthroughStmts();
941 for (FallthroughMapper::AttrStmts::const_iterator I = Fallthroughs.begin(),

Completed in 380 milliseconds