Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h73 SourceLocation FriendLoc; variable
88 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
145 return FriendLoc; in getFriendLoc()
H A DDeclTemplate.h2270 SourceLocation FriendLoc;
2274 FriendUnion Friend, SourceLocation FriendLoc)
2276 Params(Params.data()), Friend(Friend), FriendLoc(FriendLoc) {}
2286 SourceLocation FriendLoc);
2306 return FriendLoc;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp985 FriendLoc = Loc; in SetFriendSpec()
991 FriendLoc = Loc; in SetFriendSpec()
H A DSemaDeclCXX.cpp13964 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument
13996 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl()
13999 Diag(FriendLoc, in CheckFriendTypeDecl()
14007 Diag(FriendLoc, in CheckFriendTypeDecl()
14021 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl()
14022 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl()
14030 FriendLoc); in CheckFriendTypeDecl()
14035 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument
14058 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag()
14121 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
[all …]
H A DSemaTemplate.cpp1269 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument
1643 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h398 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable
722 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
H A DSema.h2244 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
5937 SourceLocation FriendLoc,
6254 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp2210 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument
2216 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq()
2220 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2047 D->FriendLoc = ReadSourceLocation(); in VisitFriendDecl()
2061 D->FriendLoc = ReadSourceLocation(); in VisitFriendTemplateDecl()
H A DASTWriterDecl.cpp1391 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2559 SourceLocation FriendLoc);