Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp367 bool Decl::isInLocalScopeForInstantiation() const { in isInLocalScopeForInstantiation() function in Decl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h890 bool isInLocalScopeForInstantiation() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2417 if (OwningFunc->isInLocalScopeForInstantiation()) { in SubstParmVarDecl()
H A DSemaTemplateInstantiateDecl.cpp4531 !Tmpl->isInLocalScopeForInstantiation()) { in InitFunctionInstantiation()