Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp6598 static bool checkBlockType(Sema &S, const Expr *E) { in checkBlockType() function
6670 (checkBlockType(*this, LHS.get()) | checkBlockType(*this, RHS.get()))) { in CheckConditionalOperands()