Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclFriend.h71 SourceLocation FriendLoc; variable
86 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
142 return FriendLoc; in getFriendLoc()
H A DDeclTemplate.h2484 SourceLocation FriendLoc;
2488 FriendUnion Friend, SourceLocation FriendLoc)
2490 Params(Params), Friend(Friend), FriendLoc(FriendLoc) {}
2500 SourceLocation FriendLoc);
2520 return FriendLoc;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1078 FriendLoc = Loc; in SetFriendSpec()
1084 FriendLoc = Loc; in SetFriendSpec()
H A DSemaDeclCXX.cpp16859 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument
16891 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl()
16894 Diag(FriendLoc, in CheckFriendTypeDecl()
16902 Diag(FriendLoc, in CheckFriendTypeDecl()
16916 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl()
16917 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl()
16925 FriendLoc); in CheckFriendTypeDecl()
16931 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument
16951 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag()
17014 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
[all …]
H A DSemaTemplate.cpp1817 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument
2160 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h404 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable
772 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
H A DSema.h3333 DeclResult ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
7737 SourceLocation FriendLoc,
8157 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp2405 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument
2411 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq()
2415 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2245 D->FriendLoc = readSourceLocation(); in VisitFriendDecl()
2259 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
H A DASTWriterDecl.cpp1505 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3012 SourceLocation FriendLoc);