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

/external/clang/include/clang/AST/
H A DDeclFriend.h24 /// FriendDecl - Represents the declaration of a friend entity,
39 class FriendDecl : public Decl { class in namespace:clang
75 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend, function in class:clang::FriendDecl
88 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) function in class:clang::FriendDecl
92 FriendDecl *getNextFriend() {
94 return cast_or_null<FriendDecl>(NextFriend.get(0));
97 FriendDecl *getNextFriendSlowCase();
100 static FriendDecl *Create(ASTContext &C, DeclContext *DC,
105 static FriendDecl *CreateDeserialized(ASTContext &C, unsigned ID,
173 FriendDecl *Pt
[all...]

Completed in 104 milliseconds