Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h930 bool isInLocalScopeForInstantiation() const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp376 bool Decl::isInLocalScopeForInstantiation() const { in isInLocalScopeForInstantiation() function in Decl
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2687 if (D->isInLocalScopeForInstantiation()) { in VisitCXXMethodDecl()
4675 !Tmpl->isInLocalScopeForInstantiation()) { in InitFunctionInstantiation()