Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp17001 Scope *DCScope = S; in ActOnFriendFunctionDecl() local
17024 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()
17093 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
17185 if (!DCScope) { in ActOnFriendFunctionDecl()
17187 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl()
17191 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()