Home
last modified time | relevance | path

Searched refs:isTemplateDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h787 bool isTemplateDecl() const;
/external/clang/lib/AST/
DDeclBase.cpp152 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
/external/clang/lib/Parse/
DParseDecl.cpp799 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()