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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp529 enum { Function, Block, Lambda, Coroutine } funMode; member in struct:__anon742::CheckFallThroughDiagnostics
561 D.funMode = Function;
574 D.funMode = Coroutine;
589 D.funMode = Block;
604 D.funMode = Lambda;
610 if (funMode == Function) {
620 if (funMode == Coroutine) {

Completed in 56 milliseconds