Searched defs:FriendUnion (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclFriend.h43 typedef llvm::PointerUnion<NamedDecl*,TypeSourceInfo*> FriendUnion; typedef in class:clang::FriendDecl
47 FriendUnion Friend;
76 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend,
102 SourceLocation L, FriendUnion Friend_,
H A DDeclTemplate.h2013 typedef llvm::PointerUnion<NamedDecl*,TypeSourceInfo*> FriendUnion; typedef in class:clang::TemplateParameterList::FriendTemplateDecl
2023 FriendUnion Friend;
2032 FriendUnion Friend,
2052 FriendUnion Friend,

Completed in 1428 milliseconds