Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h890 bool isInLocalScopeForInstantiation() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp367 bool Decl::isInLocalScopeForInstantiation() const { in isInLocalScopeForInstantiation() function in Decl
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2416 if (OwningFunc->isInLocalScopeForInstantiation()) { in SubstParmVarDecl()
H A DSemaTemplateInstantiateDecl.cpp4655 !Tmpl->isInLocalScopeForInstantiation()) { in InitFunctionInstantiation()