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

/external/clang/test/SemaCXX/
H A Dmissing-header.cpp6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { function
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp274 /// CheckFallThrough - Check that we don't fall off the end of a
283 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { function
535 switch (CheckFallThrough(AC)) {

Completed in 150 milliseconds