Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp424 enum { Function, Block, Lambda } funMode; member
456 D.funMode = Function; in MakeForFunction()
471 D.funMode = Block; in MakeForBlock()
486 D.funMode = Lambda; in MakeForLambda()
492 if (funMode == Function) { in checkDiagnostics()