Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp532 enum { Function, Block, Lambda, Coroutine } funMode; member
564 D.funMode = Function; in MakeForFunction()
577 D.funMode = Coroutine; in MakeForCoroutine()
592 D.funMode = Block; in MakeForBlock()
607 D.funMode = Lambda; in MakeForLambda()
613 if (funMode == Function) { in checkDiagnostics()
623 if (funMode == Coroutine) { in checkDiagnostics()