I am using libclang to parse .cpp and get all function calls in the file. However , the only returned function calls are the one defined at the parsed
.cpp