HomeSort by relevance Sort by last modified time
    Searched refs:throwExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
StmtObjC.h 317 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr)
318 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) {
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 916 /// throwExpr()
918 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThrowExpr> throwExpr;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 360 milliseconds