Searched refs:isTemplateDecl (Results 1 – 5 of 5) sorted by relevance
884 bool isTemplateDecl() const;
195 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
4107 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
466 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in synthesizeCurrentNestedNameSpecifier()
1208 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()