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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp386 AlwaysFallThrough, enumerator in enum:ControlFlowKind
393 /// \returns AlwaysFallThrough iff we always fall off the end of the statement,
515 // This says AlwaysFallThrough for calls to functions that are not marked
518 return AlwaysFallThrough;
697 case AlwaysFallThrough:

Completed in 148 milliseconds