Function is_function_declaration
Defined in File parsing.cpp
Function Documentation
- bool anonymous_namespace{parsing.cpp}::is_function_declaration (const CXCursor &cursor)
Checks if a cursor refers to a function declaration (without definition).
- Parameters:
cursor – The Clang cursor.
- Returns:
True if the cursor is a function declaration, false otherwise.