Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp12510 Scope *DCScope = S; in ActOnFriendFunctionDecl() local
12533 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()
12604 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
12693 if (!DCScope) { in ActOnFriendFunctionDecl()
12695 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl()
12699 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()