Function function_declaration_from_cursor
Defined in File parsing.cpp
Function Documentation
- Symbol anonymous_namespace{parsing.cpp}::function_declaration_from_cursor (const CXCursor &cursor)
Constructs a Symbol representing a function declaration from a Clang cursor.
- Parameters:
cursor – The Clang cursor.
- Returns:
A Symbol with FunctionDeclaration type.