diff --git a/docs/LibASTMatchersReference.html b/docs/LibASTMatchersReference.html index 954304efbccdd943b2a6ff80c349c08f8514a309..e8d9539561a147b651ee25a09a89b3d32fb46bb7 100644 --- a/docs/LibASTMatchersReference.html +++ b/docs/LibASTMatchersReference.html @@ -157,6 +157,18 @@ Example matches Foo::Foo() and Foo::Foo(int) </pre></td></tr> +<tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXConversionDecl.html">Decl</a>></td><td class="name" onclick="toggle('conversionDecl0')"><a name="conversionDecl0Anchor">conversionDecl</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXConversionDecl.html">CXXConversionDecl</a>>...</td></tr> +<tr><td colspan="4" class="doc" id="conversionDecl0"><pre>Matches C++ conversion declarations. + +Example matches Foo::operator int() + struct Foo { + Foo(); + operator int(); + int DoSomething(); + }; +</pre></td></tr> + + <tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>></td><td class="name" onclick="toggle('decl0')"><a name="decl0Anchor">decl</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>>...</td></tr> <tr><td colspan="4" class="doc" id="decl0"><pre>Matches declarations.