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

/external/clang/include/clang/AST/
H A DDeclFriend.h42 typedef llvm::PointerUnion<NamedDecl*,TypeSourceInfo*> FriendUnion; typedef in class:clang::FriendDecl
46 FriendUnion Friend;
75 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend,
101 SourceLocation L, FriendUnion Friend_,
H A DDeclTemplate.h2021 typedef llvm::PointerUnion<NamedDecl*,TypeSourceInfo*> FriendUnion; typedef in class:clang::TemplateParameterList::FriendTemplateDecl
2031 FriendUnion Friend;
2040 FriendUnion Friend,
2060 FriendUnion Friend,

Completed in 71 milliseconds