Porytiles
Loading...
Searching...
No Matches
function_call_info.cpp File Reference
#include "porytiles/utilities/c_parser/function_call_info.hpp"
#include <string>
#include <vector>
#include "porytiles/utilities/c_parser/token.hpp"
Include dependency graph for function_call_info.cpp:

Go to the source code of this file.

Namespaces

namespace  porytiles
 

Functions

std::vector< FunctionCallInfoporytiles::find_function_calls (const std::vector< Token > &tokens, const std::string &target_function_name)
 Finds all calls to a specific function within a token stream.
 
std::vector< FunctionCallInfoporytiles::find_all_function_calls (const std::vector< Token > &tokens)
 Finds all function call expressions within a token stream.