Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16744 Scope *DCScope = S; in ActOnFriendFunctionDecl() local
16767 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()
16839 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
16931 if (!DCScope) { in ActOnFriendFunctionDecl()
16933 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl()
16937 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()