Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp529 enum { Function, Block, Lambda, Coroutine } funMode; member
561 D.funMode = Function; in MakeForFunction()
574 D.funMode = Coroutine; in MakeForCoroutine()
589 D.funMode = Block; in MakeForBlock()
604 D.funMode = Lambda; in MakeForLambda()
610 if (funMode == Function) { in checkDiagnostics()
620 if (funMode == Coroutine) { in checkDiagnostics()