Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclBase.h751 bool isLexicallyWithinFunctionOrMethod() const;
/aosp_15_r20/external/clang/lib/AST/
H A DDeclBase.cpp281 bool Decl::isLexicallyWithinFunctionOrMethod() const { in isLexicallyWithinFunctionOrMethod() function in Decl
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1669 if (OwningFunc->isLexicallyWithinFunctionOrMethod()) { in SubstParmVarDecl()
H A DSemaTemplateInstantiateDecl.cpp3435 !Tmpl->isLexicallyWithinFunctionOrMethod()) { in InitFunctionInstantiation()