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

/external/clang/lib/Sema/
H A DSemaChecking.cpp5302 static bool HasEnumType(Expr *E) { function in namespace:__anon18010
5325 << "< 0" << "false" << HasEnumType(E->getLHS())
5329 << ">= 0" << "true" << HasEnumType(E->getLHS())
5333 << "0 >" << "false" << HasEnumType(E->getRHS())
5337 << "0 <=" << "true" << HasEnumType(E->getRHS())

Completed in 50 milliseconds