Searched defs:EWC (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp502 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); local
503 for (unsigned i = 0, e = EWC->getNumObjects(); i != e; ++i) {
504 const BlockDecl *BDecl = EWC->getObject(i);

Completed in 234 milliseconds