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

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp682 class FallthroughMapper : public RecursiveASTVisitor<FallthroughMapper> { class in namespace:__anon159
684 FallthroughMapper(Sema &S) function in class:__anon159::FallthroughMapper
818 FallthroughMapper FM(S);
864 const FallthroughMapper::AttrStmts &Fallthroughs = FM.getFallthroughStmts();
865 for (FallthroughMapper::AttrStmts::const_iterator I = Fallthroughs.begin(),

Completed in 99 milliseconds