Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17972 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
18062 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp1625 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema
18129 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
H A DSemaTemplate.cpp2202 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3648 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);