Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp555 enum { Function, Block, Lambda, Coroutine } funMode; member
587 D.funMode = Function; in MakeForFunction()
601 D.funMode = Coroutine; in MakeForCoroutine()
616 D.funMode = Block; in MakeForBlock()
631 D.funMode = Lambda; in MakeForLambda()
637 if (funMode == Function) { in checkDiagnostics()
647 if (funMode == Coroutine) { in checkDiagnostics()