/SrcCodeReader

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

Primary LanguageCMake

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.