Lines Matching defs:search
63 def parse_clang_ast_json(node, loc, search):
74 # template, and search for the class's spelling as the specialization
122 if search is None:
123 search = spell
133 ret[int(line) - 1].append((spell, mangled, search))
330 m = common.TRIPLE_ARG_RE.search(commands[0])
494 for spell, mangled, search in line2func_list[idx]:
498 # the search string (normally the function's spelling name, but is
501 if mangled in added or search not in line:
504 re.search(regex, spell) for regex in args.functions