Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp218 case Sema::LookupLocalFriendName: in getIDNS()
1340 if (NameKind == LookupLocalFriendName && !S->isClassScope()) { in CppLookupName()
H A DSemaDeclCXX.cpp17027 Previous.clear(LookupLocalFriendName); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp8739 IsLocalFriend ? Sema::LookupLocalFriendName in DiagnoseInvalidRedeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4200 LookupLocalFriendName, enumerator