Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclBase.h890 bool isInLocalScopeForInstantiation() const;
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp367 bool Decl::isInLocalScopeForInstantiation() const { in isInLocalScopeForInstantiation() function in Decl
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2414 if (OwningFunc->isInLocalScopeForInstantiation()) { in SubstParmVarDecl()
DSemaTemplateInstantiateDecl.cpp4523 !Tmpl->isInLocalScopeForInstantiation()) { in InitFunctionInstantiation()