Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclBase.cpp226 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
261 return DC->isDependentContext() || isTemplateDecl() || in isTemplated()
/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/llvm-project/clang/include/clang/AST/
DDeclBase.h1039 bool isTemplateDecl() const;
/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()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4504 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
DSemaOverload.cpp10071 bool isTemplate = Fn->isTemplateDecl() || Found->isTemplateDecl(); in ClassifyOverloadCandidate()
DSemaDecl.cpp535 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in synthesizeCurrentNestedNameSpecifier()
578 NNS = NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in ActOnMSVCUnknownTypeName()
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp946 ASSERT_TRUE(To->isTemplateDecl()); in TEST_P()