Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp12607 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
12736 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
DSemaDecl.cpp1274 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema
12632 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
DSemaTemplate.cpp1163 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
/external/clang/include/clang/Sema/
DSema.h2079 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);