Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp8201 static bool checkBlockType(Sema &S, const Expr *E) { in checkBlockType() function
8285 (checkBlockType(*this, LHS.get()) | checkBlockType(*this, RHS.get()))) { in CheckConditionalOperands()