forked from OSchip/llvm-project
parent
0934fdc3a5
commit
bfb990b783
|
@ -1255,7 +1255,7 @@ NSString's "alloc". This matcher should match both message sends.
|
||||||
|
|
||||||
|
|
||||||
<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Stmt.html">Stmt</a>></td><td class="name" onclick="toggle('objcThrowStmt0')"><a name="objcThrowStmt0Anchor">objcThrowStmt</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1ObjCAtThrowStmt.html">ObjCAtThrowStmt</a>>...</td></tr>
|
<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Stmt.html">Stmt</a>></td><td class="name" onclick="toggle('objcThrowStmt0')"><a name="objcThrowStmt0Anchor">objcThrowStmt</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1ObjCAtThrowStmt.html">ObjCAtThrowStmt</a>>...</td></tr>
|
||||||
<tr><td colspan="4" class="doc" id="objcThrowStmt0"><pre>Matches Objective-C @try statements.
|
<tr><td colspan="4" class="doc" id="objcThrowStmt0"><pre>Matches Objective-C @throw statements.
|
||||||
|
|
||||||
Example matches @throw
|
Example matches @throw
|
||||||
@throw obj;
|
@throw obj;
|
||||||
|
|
|
@ -1265,7 +1265,7 @@ const internal::VariadicDynCastAllOfMatcher<
|
||||||
Decl,
|
Decl,
|
||||||
ObjCPropertyDecl> objcPropertyDecl;
|
ObjCPropertyDecl> objcPropertyDecl;
|
||||||
|
|
||||||
/// \brief Matches Objective-C @try statements.
|
/// \brief Matches Objective-C @throw statements.
|
||||||
///
|
///
|
||||||
/// Example matches @throw
|
/// Example matches @throw
|
||||||
/// \code
|
/// \code
|
||||||
|
|
Loading…
Reference in New Issue