Lines Matching defs:template
14 files (i.e. template instantiations) and we would get defined in the thing
191 # Parse an itanium mangled template argument list from the start of a string
194 # A template argument list starts with I
208 # Start of a template
217 # End of the template
257 # If this name is a template record that, then skip the template
271 # in order to determine if the first or second component is a template.
294 # Check for a template name
337 # If any component is a template then return it
342 # Not a template
468 # Find which template instantiations are referenced at least once.
471 template = get_template_name(sym, args.mangling)
472 if template:
473 template_instantiation_refs.add(template)
478 # * Are not a template instantiation that isn't referenced anywhere. This
489 template = get_template_name(k, args.mangling)
490 if v == 1 and (not template or template in template_instantiation_refs):