Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp17093 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
17210 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp1572 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema
17058 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
H A DSemaTemplate.cpp2060 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3481 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);