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.h962 bool isInLocalScopeForInstantiation() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp404 bool Decl::isInLocalScopeForInstantiation() const { in isInLocalScopeForInstantiation() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3324 if (D->isInLocalScopeForInstantiation()) { in VisitCXXMethodDecl()
5341 !Tmpl->isInLocalScopeForInstantiation()) { in InitFunctionInstantiation()