Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp16539 Scope *DCScope = S; in ActOnFriendFunctionDecl() local
16562 DCScope = S->getFnParent(); in ActOnFriendFunctionDecl()
16634 DCScope = getScopeForDeclContext(S, DC); in ActOnFriendFunctionDecl()
16726 if (!DCScope) { in ActOnFriendFunctionDecl()
16728 DCScope = &FakeDCScope; in ActOnFriendFunctionDecl()
16732 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()