Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp17210 Scope *DCScope = S; in ActOnFriendFunctionDecl() local
17233 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()
17302 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
17394 if (!DCScope) { in ActOnFriendFunctionDecl()
17396 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl()
17400 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()