Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18200 Scope *DCScope = S; in ActOnFriendFunctionDecl() local
18225 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()
18284 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
18349 if (!DCScope) { in ActOnFriendFunctionDecl()
18351 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl()
18355 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()