Home
last modified time | relevance | path

Searched refs:tmpl_type (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp98 const TemplateSpecializationType* tmpl_type = in GetDependentTemplatedDecl() local
100 if (!tmpl_type) in GetDependentTemplatedDecl()
103 TemplateDecl* tmpl_decl = tmpl_type->getTemplateName().getAsTemplateDecl(); in GetDependentTemplatedDecl()
DBlinkGCPluginConsumer.cpp242 const TemplateSpecializationType* tmpl_type = in GetDependentTemplatedDecl() local
244 if (!tmpl_type) in GetDependentTemplatedDecl()
247 TemplateDecl* tmpl_decl = tmpl_type->getTemplateName().getAsTemplateDecl(); in GetDependentTemplatedDecl()