Searched refs:isTemplateDecl (Results 1 – 3 of 3) sorted by relevance
787 bool isTemplateDecl() const;
152 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
799 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()