Home
last modified time | relevance | path

Searched refs:isInLocalScopeForInstantiation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h965 bool isInLocalScopeForInstantiation() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp376 bool Decl::isInLocalScopeForInstantiation() const { in isInLocalScopeForInstantiation() function in Decl
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2736 if (D->isInLocalScopeForInstantiation()) { in VisitCXXMethodDecl()
4768 !Tmpl->isInLocalScopeForInstantiation()) { in InitFunctionInstantiation()