Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDReachableCode.cpp37 static bool isEnumConstant(const Expr *Ex) { in isEnumConstant() function
49 isEnumConstant(Ex); in isTrivialExpression()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp964 static bool isEnumConstant(const Expr *E) { in isEnumConstant() function
1014 if (OrigTy->getAs<EnumType>() || isEnumConstant(OrigArg)) in rewriteToNumericBoxedExpression()