Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp12456 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
12570 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp1216 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema
11917 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
H A DSemaTemplate.cpp1122 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1975 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);