Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 55 SourceLocation FriendLoc; variable 76 FriendLoc(FriendL), in FriendDecl() 126 return FriendLoc; in getFriendLoc()
|
D | DeclTemplate.h | 2160 SourceLocation FriendLoc; 2164 FriendUnion Friend, SourceLocation FriendLoc) 2166 Params(Params.data()), Friend(Friend), FriendLoc(FriendLoc) {} 2178 SourceLocation FriendLoc); 2198 return FriendLoc;
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 885 FriendLoc = Loc; in SetFriendSpec() 891 FriendLoc = Loc; in SetFriendSpec()
|
D | SemaDeclCXX.cpp | 12422 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument 12454 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl() 12457 Diag(FriendLoc, in CheckFriendTypeDecl() 12465 Diag(FriendLoc, in CheckFriendTypeDecl() 12479 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl() 12480 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl() 12488 FriendLoc); in CheckFriendTypeDecl() 12493 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument 12517 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag() 12579 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag() [all …]
|
D | SemaTemplate.cpp | 854 SourceLocation FriendLoc, in CheckClassTemplate() argument 1186 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 394 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc, ConceptLoc; variable 701 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
D | Sema.h | 1961 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 5452 SourceLocation FriendLoc, 5744 SourceLocation FriendLoc,
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 2041 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument 2047 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq() 2051 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2289 SourceLocation FriendLoc);
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1838 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl() 1852 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
|
D | ASTWriterDecl.cpp | 1294 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
|