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.cpp37 SourceLocation FriendL, in Create() argument
59 auto *FD = new (C, DC, Extra) FriendDecl(DC, L, Friend, FriendL, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h85 SourceLocation FriendL, in FriendDecl() argument
87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
113 SourceLocation FriendL,