Searched refs:FriendLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 49 SourceLocation FriendLoc; variable 64 FriendLoc(FriendL), in FriendDecl() 98 return FriendLoc; in getFriendLoc()
|
D | DeclTemplate.h | 1961 SourceLocation FriendLoc; 1968 SourceLocation FriendLoc) 1973 FriendLoc(FriendLoc) 1988 SourceLocation FriendLoc); 2008 return FriendLoc;
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 348 SourceLocation FriendLoc, ConstexprLoc; variable 600 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
D | Sema.h | 1104 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 3401 FriendDecl *CheckFriendTypeDecl(SourceLocation FriendLoc,
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 8188 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation FriendLoc, in CheckFriendTypeDecl() argument 8216 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl() 8219 Diag(FriendLoc, diag::ext_nonclass_type_friend) in CheckFriendTypeDecl() 8221 << SourceRange(FriendLoc, TypeRange.getEnd()); in CheckFriendTypeDecl() 8224 Diag(FriendLoc, diag::ext_enum_friend) in CheckFriendTypeDecl() 8226 << SourceRange(FriendLoc, TypeRange.getEnd()); in CheckFriendTypeDecl() 8238 return FriendDecl::Create(Context, CurContext, FriendLoc, TSInfo, FriendLoc); in CheckFriendTypeDecl() 8243 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument 8319 TSI, FriendLoc); in ActOnTemplatedFriendTag() 8337 TSI, FriendLoc); in ActOnTemplatedFriendTag()
|
D | DeclSpec.cpp | 681 FriendLoc = Loc; in SetFriendSpec()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1029 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl() 1043 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
|
D | ASTWriterDecl.cpp | 969 Writer.AddSourceLocation(D->FriendLoc, Record); in VisitFriendDecl()
|