Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h841 bool isTemplateDecl() const;
/external/clang/lib/AST/
DDeclBase.cpp170 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
/external/clang/lib/Sema/
DSemaLookup.cpp3813 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
DSemaDecl.cpp422 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in synthesizeCurrentNestedNameSpecifier()
/external/clang/lib/Parse/
DParseDecl.cpp1085 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()