Home
last modified time | relevance | path

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

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