jetming / SrcCodeReader

use libclang to analysis the source code of c/c++. For example, get all of the function name in the code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples with libclang

Related Materials

  • use libclang to analysis the source code of c/c++.
    1. get all of the function name declared in the souce code.

About

use libclang to analysis the source code of c/c++. For example, get all of the function name in the code.


Languages

Language:CMake 62.7%Language:C++ 35.0%Language:C 2.3%