Home
last modified time | relevance | path

Searched refs:ShouldEnterDeclaratorScope (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp1017 bool Sema::ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) { in ShouldEnterDeclaratorScope() function in Sema
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp303 Actions.ShouldEnterDeclaratorScope(getCurScope(), ScopeSpec)) in ParseSingleDeclarationAfterTemplate()
H A DParseDecl.cpp5900 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator()
6499 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
6579 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
6664 Actions.ShouldEnterDeclaratorScope(getCurScope(), in ParseDirectDeclarator()
H A DParseExprCXX.cpp3099 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in ParseUnqualifiedId()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7209 bool ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS);