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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp180 if (S.getNumCatchStmts())
191 if (S.getNumCatchStmts()) {
192 for (unsigned I = 0, N = S.getNumCatchStmts(); I != N; ++I) {
221 if (S.getNumCatchStmts())
H A DCGObjCMac.cpp3880 if (!isTry || !cast<ObjCAtTryStmt>(S).getNumCatchStmts()) {
3936 for (unsigned I = 0, N = AtTryStmt->getNumCatchStmts(); I != N; ++I) {
/external/clang/include/clang/AST/
H A DStmtObjC.h202 unsigned getNumCatchStmts() const { return NumCatchStmts; } function in class:clang::ObjCAtTryStmt
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp393 for (unsigned I = 0, N = AT->getNumCatchStmts(); I != N; ++I) {
H A DTreeTransform.h5927 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp458 for (unsigned I = 0, N = Node->getNumCatchStmts(); I != N; ++I) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1106 assert(Record[Idx] == S->getNumCatchStmts());
1110 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I)
H A DASTWriterStmt.cpp1053 Record.push_back(S->getNumCatchStmts());
1056 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I)
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1969 bool noCatch = S->getNumCatchStmts() == 0;
1992 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) {
H A DRewriteObjC.cpp1819 if (S->getNumCatchStmts()) {
1836 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) {

Completed in 2914 milliseconds