forked from OSchip/llvm-project
Regenerate documentation
This commit is contained in:
parent
ad375ac5d2
commit
b5b3243bf7
|
@ -7152,7 +7152,8 @@ void foo()
|
||||||
f = 42;
|
f = 42;
|
||||||
}
|
}
|
||||||
The matcher:
|
The matcher:
|
||||||
decompositionDecl(hasBinding(0, bindingDecl(hasName("f").bind("fBinding"))))
|
decompositionDecl(hasBinding(0,
|
||||||
|
bindingDecl(hasName("f").bind("fBinding"))))
|
||||||
matches the decomposition decl with 'f' bound to "fBinding".
|
matches the decomposition decl with 'f' bound to "fBinding".
|
||||||
</pre></td></tr>
|
</pre></td></tr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue