Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h898 bool isTemplateDecl() const;
/external/clang/lib/AST/
DDeclBase.cpp196 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
/external/clang/lib/Parse/
DParseOpenMP.cpp386 HasTemplateScope = D->isTemplateDecl(); in FNContextRAII()
DParseDecl.cpp1239 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()
/external/clang/lib/Sema/
DSemaLookup.cpp4189 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
DSemaDecl.cpp474 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in synthesizeCurrentNestedNameSpecifier()
517 NNS = NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in ActOnMSVCUnknownTypeName()