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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4701 static bool HasEnumType(Expr *E) { function in namespace:__anon16261
4720 << "< 0" << "false" << HasEnumType(E->getLHS())
4724 << ">= 0" << "true" << HasEnumType(E->getLHS())
4728 << "0 >" << "false" << HasEnumType(E->getRHS())
4732 << "0 <=" << "true" << HasEnumType(E->getRHS())

Completed in 64 milliseconds