Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclFriend.h53 SourceLocation FriendLoc; variable
82 FriendLoc(FriendL), in FriendDecl()
132 return FriendLoc; in getFriendLoc()
HDDeclTemplate.h2112 SourceLocation FriendLoc;
2119 SourceLocation FriendLoc)
2124 FriendLoc(FriendLoc)
2139 SourceLocation FriendLoc);
2159 return FriendLoc;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp860 FriendLoc = Loc; in SetFriendSpec()
866 FriendLoc = Loc; in SetFriendSpec()
HDSemaDeclCXX.cpp12178 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument
12210 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl()
12213 Diag(FriendLoc, in CheckFriendTypeDecl()
12221 Diag(FriendLoc, in CheckFriendTypeDecl()
12235 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl()
12236 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl()
12244 FriendLoc); in CheckFriendTypeDecl()
12249 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument
12273 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag()
12335 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
[all …]
HDSemaTemplate.cpp837 SourceLocation FriendLoc, in CheckClassTemplate() argument
1167 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h391 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc, ConceptLoc; variable
687 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
HDSema.h1863 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
5251 SourceLocation FriendLoc,
5542 SourceLocation FriendLoc,
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp1981 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument
1987 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq()
1991 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2236 SourceLocation FriendLoc);
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1782 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl()
1796 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
HDASTWriterDecl.cpp1201 Writer.AddSourceLocation(D->FriendLoc, Record); in VisitFriendDecl()