Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclFriend.h72 SourceLocation FriendLoc; variable
87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
144 return FriendLoc; in getFriendLoc()
H A DDeclTemplate.h2457 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 DDeclSpec.cpp1069 FriendLoc = Loc; in SetFriendSpec()
1075 FriendLoc = Loc; in SetFriendSpec()
H A DSemaDeclCXX.cpp16187 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 DSemaTemplate.cpp1718 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 DDeclSpec.h393 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable
749 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
H A DSema.h3006 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 DParseDeclCXX.cpp2279 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 DASTReaderDecl.cpp2039 D->FriendLoc = readSourceLocation(); in VisitFriendDecl()
2053 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
H A DASTWriterDecl.cpp1459 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2912 SourceLocation FriendLoc);