Searched refs:getRangeForType (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1547 static bool getRangeForType(CodeGenFunction &CGF, QualType Ty, function
1582 if (!getRangeForType(*this, Ty, Min, End, CGM.getCodeGenOpts().StrictEnums,
1612 if (!getRangeForType(*this, Ty, Min, End, /*StrictEnums=*/true, IsBool))

Completed in 178 milliseconds