Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h919 bool isInLocalScopeForInstantiation() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp368 bool Decl::isInLocalScopeForInstantiation() const { in isInLocalScopeForInstantiation() function in Decl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2461 if (OwningFunc->isInLocalScopeForInstantiation()) { in SubstParmVarDecl()
H A DSemaTemplateInstantiateDecl.cpp4667 !Tmpl->isInLocalScopeForInstantiation()) { in InitFunctionInstantiation()