Home
last modified time | relevance | path

Searched refs:getScopeForDeclContext (Results 1 – 8 of 8) 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/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp16560 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
16677 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
DSemaDecl.cpp1528 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema
16239 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
DSemaTemplate.cpp2034 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
/external/clang/include/clang/Sema/
DSema.h2139 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);
/external/llvm-project/clang/include/clang/Sema/
DSema.h3104 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);