Home
last modified time | relevance | path

Searched refs:FriendL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclFriend.cpp35 FriendUnion Friend, SourceLocation FriendL, in Create() argument
58 FriendDecl(DC, L, Friend, FriendL, EllipsisLoc, FriendTypeTPLists); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h88 SourceLocation FriendL, SourceLocation EllipsisLoc, in FriendDecl() argument
90 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
116 SourceLocation FriendL, SourceLocation EllipsisLoc = {},