Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclFriend.h | 72 SourceLocation FriendLoc; variable 87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl() 144 return FriendLoc; in getFriendLoc()
|
H A D | DeclTemplate.h | 2457 SourceLocation FriendLoc; 2461 FriendUnion Friend, SourceLocation FriendLoc) 2463 Params(Params.data()), Friend(Friend), FriendLoc(FriendLoc) {} 2473 SourceLocation FriendLoc); 2493 return FriendLoc;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1069 FriendLoc = Loc; in SetFriendSpec() 1075 FriendLoc = Loc; in SetFriendSpec()
|
H A D | SemaDeclCXX.cpp | 16187 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument 16219 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl() 16222 Diag(FriendLoc, in CheckFriendTypeDecl() 16230 Diag(FriendLoc, in CheckFriendTypeDecl() 16244 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl() 16245 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl() 16253 FriendLoc); in CheckFriendTypeDecl() 16258 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument 16281 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag() 16344 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag() [all …]
|
H A D | SemaTemplate.cpp | 1718 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument 2061 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 393 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable 749 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
H A D | Sema.h | 3006 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 7122 SourceLocation FriendLoc, 7537 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 2279 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument 2285 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq() 2289 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2039 D->FriendLoc = readSourceLocation(); in VisitFriendDecl() 2053 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
|
H A D | ASTWriterDecl.cpp | 1459 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 2912 SourceLocation FriendLoc);
|