Function is_function_definition

Function Documentation

bool anonymous_namespace{parsing.cpp}::is_function_definition (const CXCursor &cursor)

Checks if a cursor refers to a function definition.

Parameters:

cursor – The Clang cursor.

Returns:

True if the cursor is a function definition, false otherwise.