Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h859 bool isLexicallyWithinFunctionOrMethod() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp335 bool Decl::isLexicallyWithinFunctionOrMethod() const { in isLexicallyWithinFunctionOrMethod() function in Decl
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1797 if (OwningFunc->isLexicallyWithinFunctionOrMethod()) { in SubstParmVarDecl()
H A DSemaTemplateInstantiateDecl.cpp3756 !Tmpl->isLexicallyWithinFunctionOrMethod()) { in InitFunctionInstantiation()