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

/external/clang/lib/AST/
H A DStmt.cpp784 Stmt *tryBlock, Stmt **handlers,
790 return new (Mem) CXXTryStmt(tryLoc, tryBlock, handlers, numHandlers);
802 CXXTryStmt::CXXTryStmt(SourceLocation tryLoc, Stmt *tryBlock, argument
806 Stmts[0] = tryBlock;
783 Create(ASTContext &C, SourceLocation tryLoc, Stmt *tryBlock, Stmt **handlers, unsigned numHandlers) argument
/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h794 inline TryNode::TryNode(JSGlobalData* globalData, StatementNode* tryBlock, const Identifier& exceptionIdent, bool catchHasEval, StatementNode* catchBlock, StatementNode* finallyBlock) argument
796 , m_tryBlock(tryBlock)
H A DASTBuilder.h412 StatementNode* createTryStatement(StatementNode* tryBlock, const Identifier* ident, bool catchHasEval, StatementNode* catchBlock, StatementNode* finallyBlock, int startLine, int endLine) argument
414 TryNode* result = new (m_globalData) TryNode(m_globalData, tryBlock, *ident, catchHasEval, catchBlock, finallyBlock);
H A DJSParser.cpp1129 TreeStatement tryBlock = 0; local
1138 tryBlock = parseBlockStatement(context);
1139 failIfFalse(tryBlock);
1168 return context.createTryStatement(tryBlock, ident, catchHasEval, catchBlock, finallyBlock, firstLine, lastLine);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 159 milliseconds