Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 53 SourceLocation FriendLoc; variable 82 FriendLoc(FriendL), in FriendDecl() 132 return FriendLoc; in getFriendLoc()
|
D | DeclTemplate.h | 2027 SourceLocation FriendLoc; 2034 SourceLocation FriendLoc) 2039 FriendLoc(FriendLoc) 2054 SourceLocation FriendLoc); 2074 return FriendLoc;
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 860 FriendLoc = Loc; in SetFriendSpec() 866 FriendLoc = Loc; in SetFriendSpec()
|
D | SemaDeclCXX.cpp | 12140 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument 12172 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl() 12175 Diag(FriendLoc, in CheckFriendTypeDecl() 12183 Diag(FriendLoc, in CheckFriendTypeDecl() 12197 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl() 12198 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl() 12206 FriendLoc); in CheckFriendTypeDecl() 12211 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument 12235 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag() 12297 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag() [all …]
|
D | SemaTemplate.cpp | 838 SourceLocation FriendLoc, in CheckClassTemplate() argument 1147 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 395 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable 692 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
D | Sema.h | 1738 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 5061 SourceLocation FriendLoc, 5352 SourceLocation FriendLoc,
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 1980 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument 1986 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq() 1990 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2149 SourceLocation FriendLoc);
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1688 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl() 1702 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
|
D | ASTWriterDecl.cpp | 1203 Writer.AddSourceLocation(D->FriendLoc, Record); in VisitFriendDecl()
|