Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclFriend.h | 53 SourceLocation FriendLoc; variable 82 FriendLoc(FriendL), in FriendDecl() 132 return FriendLoc; in getFriendLoc()
|
| HD | DeclTemplate.h | 2112 SourceLocation FriendLoc; 2119 SourceLocation FriendLoc) 2124 FriendLoc(FriendLoc) 2139 SourceLocation FriendLoc); 2159 return FriendLoc;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | DeclSpec.cpp | 860 FriendLoc = Loc; in SetFriendSpec() 866 FriendLoc = Loc; in SetFriendSpec()
|
| HD | SemaDeclCXX.cpp | 12178 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 …]
|
| HD | SemaTemplate.cpp | 837 SourceLocation FriendLoc, in CheckClassTemplate() argument 1167 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 391 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc, ConceptLoc; variable 687 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
| HD | Sema.h | 1863 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 5251 SourceLocation FriendLoc, 5542 SourceLocation FriendLoc,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 1981 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/ |
| HD | Parser.h | 2236 SourceLocation FriendLoc);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 1782 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl() 1796 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
|
| HD | ASTWriterDecl.cpp | 1201 Writer.AddSourceLocation(D->FriendLoc, Record); in VisitFriendDecl()
|