Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp12847 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
12976 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
DSemaDecl.cpp1314 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema
13083 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
DSemaTemplate.cpp1180 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
/external/clang/include/clang/Sema/
DSema.h2139 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);