Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17888 Scope *DCScope = S; in ActOnFriendFunctionDecl() local
17913 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()
17972 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
18037 if (!DCScope) { in ActOnFriendFunctionDecl()
18039 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl()
18043 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()