Searched refs:FriendL (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclFriend.cpp | 37 SourceLocation FriendL, in Create() argument 59 auto *FD = new (C, DC, Extra) FriendDecl(DC, L, Friend, FriendL, in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 84 SourceLocation FriendL, in FriendDecl() argument 86 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl() 112 SourceLocation FriendL,
|