Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp552 else if (S.currentEvaluationContext().IsCaseExpr) in DoEmitAvailabilityWarning()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp176 Actions.currentEvaluationContext().IsCaseExpr = true; in ParseCaseExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6797 bool IsCaseExpr = false; member