Searched refs:Friend (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp95 case Decl::Friend:
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1609 bool hasFriendDecl = D->Friend.is<NamedDecl*>();
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp794 // Friend declarations and declarations introduced due to friends are never
4136 case Decl::Friend:
H A DSemaDecl.cpp4968 Friend,
5013 return {NonCLikeKind::Friend, D->getSourceRange()};
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3377 TUK_Friend // Friend declaration: 'friend struct foo;'
3821 ConstraintExpressionDependsOnEnclosingTemplate(const FunctionDecl *Friend,

Completed in 371 milliseconds

12