Searched refs:DCScope (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 12753 Scope *DCScope = S; in ActOnFriendFunctionDecl() local 12776 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl() 12847 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl() 12951 if (!DCScope) { in ActOnFriendFunctionDecl() 12953 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl() 12957 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 16465 Scope *DCScope = S; in ActOnFriendFunctionDecl() local 16488 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl() 16560 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl() 16652 if (!DCScope) { in ActOnFriendFunctionDecl() 16654 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl() 16658 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()
|