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

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp228 enum { Function, Block, Lambda } funMode; member in struct:__anon15324::CheckFallThroughDiagnostics
260 D.funMode = Function;
276 D.funMode = Block;
291 D.funMode = Lambda;
297 if (funMode == Function) {
311 && ((funMode == Lambda) ||

Completed in 67 milliseconds