Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclFriend.h72 SourceLocation FriendLoc; variable
87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
144 return FriendLoc; in getFriendLoc()
H A DDeclTemplate.h2487 SourceLocation FriendLoc;
2491 FriendUnion Friend, SourceLocation FriendLoc)
2493 Params(Params), Friend(Friend), FriendLoc(FriendLoc) {}
2503 SourceLocation FriendLoc);
2523 return FriendLoc;
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp1070 FriendLoc = Loc; in SetFriendSpec()
1076 FriendLoc = Loc; in SetFriendSpec()
H A DSemaDeclCXX.cpp16648 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument
16680 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl()
16683 Diag(FriendLoc, in CheckFriendTypeDecl()
16691 Diag(FriendLoc, in CheckFriendTypeDecl()
16705 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl()
16706 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl()
16714 FriendLoc); in CheckFriendTypeDecl()
16719 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument
16742 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag()
16805 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
[all …]
H A DSemaTemplate.cpp1723 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument
2066 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h394 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable
750 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
H A DSema.h3248 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
7489 SourceLocation FriendLoc,
7908 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp2316 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument
2322 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq()
2326 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2161 D->FriendLoc = readSourceLocation(); in VisitFriendDecl()
2175 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
H A DASTWriterDecl.cpp1487 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2923 SourceLocation FriendLoc);