Home
last modified time | relevance | path

Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h71 SourceLocation FriendLoc; variable
87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
143 return FriendLoc; in getFriendLoc()
H A DDeclTemplate.h2451 SourceLocation FriendLoc;
2455 FriendUnion Friend, SourceLocation FriendLoc)
2457 Params(Params), Friend(Friend), FriendLoc(FriendLoc) {}
2467 SourceLocation FriendLoc);
2487 return FriendLoc;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h442 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable
819 return static_cast<FriendSpecified>(FriendLoc.isValid()); in isFriendSpecified()
824 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
H A DSema.h5850 DeclResult ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
11371 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2610 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument
2616 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq()
2620 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1113 FriendLoc = Loc; in SetFriendSpec()
H A DSemaDeclCXX.cpp17388 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
17408 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag()
17472 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
17496 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
17506 SourceLocation FriendLoc = DS.getFriendSpecLoc(); in ActOnFriendTypeDecl() local
17521 Diag(FriendLoc, diag::err_friend_not_first_in_declaration); in ActOnFriendTypeDecl()
17569 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in ActOnFriendTypeDecl()
17572 Diag(FriendLoc, getLangOpts().CPlusPlus11 in ActOnFriendTypeDecl()
17593 FriendLoc); in ActOnFriendTypeDecl()
17596 TSI, FriendLoc); in ActOnFriendTypeDecl()
H A DSemaTemplate.cpp1799 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument
2155 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2356 D->FriendLoc = readSourceLocation(); in VisitFriendDecl()
2370 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
H A DASTWriterDecl.cpp1662 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3158 SourceLocation FriendLoc);