libclang_ast.cursor_visitor

Members

Functions

visitBreathFirst
auto visitBreathFirst(Cursor c)

opApply compatible visitor of the clang AST, breath first.

visitDepthFirst
auto visitDepthFirst(Cursor c)

opApply compatible visitor of the clang AST, breath first.

Meta

License

MPL-2

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.