Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp528 enum { Function, Block, Lambda, Coroutine } funMode; member
560 D.funMode = Function; in MakeForFunction()
573 D.funMode = Coroutine; in MakeForCoroutine()
588 D.funMode = Block; in MakeForBlock()
603 D.funMode = Lambda; in MakeForLambda()
609 if (funMode == Function) { in checkDiagnostics()
619 if (funMode == Coroutine) { in checkDiagnostics()