Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17747 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
17837 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp1562 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema
17938 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
H A DSemaTemplate.cpp2149 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4031 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);