Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp36 static bool isEnumConstant(const Expr *Ex) { in isEnumConstant() function
48 isEnumConstant(Ex); in isTrivialExpression()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp968 static bool isEnumConstant(const Expr *E) { in isEnumConstant() function
1017 if (OrigTy->getAs<EnumType>() || isEnumConstant(OrigArg)) in rewriteToNumericBoxedExpression()