Searched refs:getScopeForDeclContext (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 12847 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl() 12976 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
|
D | SemaDecl.cpp | 1314 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema 13083 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
|
D | SemaTemplate.cpp | 1180 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 16560 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl() 16677 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnFriendFunctionDecl()
|
D | SemaDecl.cpp | 1528 Scope *Sema::getScopeForDeclContext(Scope *S, DeclContext *DC) { in getScopeForDeclContext() function in Sema 16239 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in ActOnTag()
|
D | SemaTemplate.cpp | 2034 if (Scope *EnclosingScope = getScopeForDeclContext(S, DC)) in CheckClassTemplate()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2139 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3104 static Scope *getScopeForDeclContext(Scope *S, DeclContext *DC);
|