Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp257 bool Decl::isTemplateDecl() const { in isTemplateDecl() function in Decl
292 return DC->isDependentContext() || isTemplateDecl() || in isTemplated()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1105 bool isTemplateDecl() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4842 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(), in buildNestedNameSpecifier()
H A DSemaOverload.cpp10809 bool isTemplate = Fn->isTemplateDecl() || Found->isTemplateDecl(); in ClassifyOverloadCandidate()
H A DSemaDecl.cpp567 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in synthesizeCurrentNestedNameSpecifier()
610 NNS = NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(), in ActOnMSVCUnknownTypeName()