Lines Matching defs:Function
360 class Function(_GenericDeclaration):
399 class Method(Function):
402 Function.__init__(self, start, end, name, return_type, parameters,
555 # Register(Foo<T>); where it thinks this is a function call
754 # Handle data or function declaration/definition.
1066 # This is a data member called name_ that is a function pointer.
1105 # Looks like we got a method, not a function.
1112 return Function(indices.start, indices.end, name.name, return_type,
1681 should_print: predicate with signature: bool Function(token)
1705 should_print: predicate with signature: bool Function(token)