Function is_function_reference

Function Documentation

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

Checks if a cursor references a function (via DeclRefExpr or CallExpr).

Parameters:

cursor – The Clang cursor.

Returns:

True if the cursor references a function, false otherwise.