Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 71 SourceLocation FriendLoc; variable 86 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl() 142 return FriendLoc; in getFriendLoc()
|
| H A D | DeclTemplate.h | 2484 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 D | DeclSpec.cpp | 1078 FriendLoc = Loc; in SetFriendSpec() 1084 FriendLoc = Loc; in SetFriendSpec()
|
| H A D | SemaDeclCXX.cpp | 16859 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 D | SemaTemplate.cpp | 1817 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 D | DeclSpec.h | 404 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable 772 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
| H A D | Sema.h | 3333 DeclResult ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 7737 SourceLocation FriendLoc, 8157 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2405 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 D | ASTReaderDecl.cpp | 2245 D->FriendLoc = readSourceLocation(); in VisitFriendDecl() 2259 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
|
| H A D | ASTWriterDecl.cpp | 1505 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 3012 SourceLocation FriendLoc);
|