Lines Matching defs:Match
58 class Match(): # pylint: disable=too-few-public-methods
155 * match: the Match object in question
187 * match: the Match object of the MBED|PSA name in question.
375 Returns a List of Match objects for the found macros.
393 macros.append(Match(
411 Returns a List of Match objects for words beginning with MBED|PSA.
431 mbed_psa_words.append(Match(
448 Returns a List of Match objects for the findings.
463 # Match typedefs and brackets only when they are at the
487 enum_consts.append(Match(
544 # Match " something(a" or " *something(a". Functions.
551 # Match "(*something)(".
553 # Match names of named data structures.
555 # Match names of typedef instances, after closing bracket.
622 identifiers.append(Match(
640 Returns: a Tuple of two Lists of Match objects with identifiers.
641 * included_identifiers: A List of Match objects with identifiers from
643 * excluded_identifiers: A List of Match objects with identifiers from