Searched refs:isTemplateDecl (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 226 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl 261 return DC->isDependentContext() || isTemplateDecl() || in isTemplated()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 898 bool isTemplateDecl() const;
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 196 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 1039 bool isTemplateDecl() const;
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 386 HasTemplateScope = D->isTemplateDecl(); in FNContextRAII()
|
D | ParseDecl.cpp | 1239 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4189 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
|
D | SemaDecl.cpp | 474 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/ |
D | SemaLookup.cpp | 4504 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
|
D | SemaOverload.cpp | 10071 bool isTemplate = Fn->isTemplateDecl() || Found->isTemplateDecl(); in ClassifyOverloadCandidate()
|
D | SemaDecl.cpp | 535 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/ |
D | ASTImporterTest.cpp | 946 ASSERT_TRUE(To->isTemplateDecl()); in TEST_P()
|