Searched refs:FriendL (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclFriend.cpp | 35 FriendUnion Friend, SourceLocation FriendL, in Create() argument 58 FriendDecl(DC, L, Friend, FriendL, EllipsisLoc, FriendTypeTPLists); in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 88 SourceLocation FriendL, SourceLocation EllipsisLoc, in FriendDecl() argument 90 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl() 116 SourceLocation FriendL, SourceLocation EllipsisLoc = {},
|