Searched refs:isTemplateDecl (Results 1 – 5 of 5) sorted by relevance
841 bool isTemplateDecl() const;
170 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
3813 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
422 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in synthesizeCurrentNestedNameSpecifier()
1085 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()