Searched refs:FriendUnion (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclFriend.h | 43 typedef llvm::PointerUnion<NamedDecl*,TypeSourceInfo*> FriendUnion; typedef 47 FriendUnion Friend; 76 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend, in FriendDecl() 102 SourceLocation L, FriendUnion Friend_,
|
| HD | DeclTemplate.h | 2099 typedef llvm::PointerUnion<NamedDecl*,TypeSourceInfo*> FriendUnion; 2109 FriendUnion Friend; 2118 FriendUnion Friend, 2138 FriendUnion Friend,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclFriend.cpp | 29 FriendUnion Friend, in Create()
|
| HD | DeclTemplate.cpp | 905 FriendUnion Friend, in Create()
|