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

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp410 enum { Function, Block, Lambda } funMode; member in struct:__anon17987::CheckFallThroughDiagnostics
442 D.funMode = Function;
457 D.funMode = Block;
472 D.funMode = Lambda;
478 if (funMode == Function) {

Completed in 406 milliseconds