Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp12753 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()