Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h954 bool isInLocalScopeForInstantiation() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp398 bool Decl::isInLocalScopeForInstantiation() const { in isInLocalScopeForInstantiation() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2779 if (D->isInLocalScopeForInstantiation()) { in VisitCXXMethodDecl()
4781 !Tmpl->isInLocalScopeForInstantiation()) { in InitFunctionInstantiation()