Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclFriend.h49 SourceLocation FriendLoc; variable
64 FriendLoc(FriendL), in FriendDecl()
98 return FriendLoc; in getFriendLoc()
DDeclTemplate.h1961 SourceLocation FriendLoc;
1968 SourceLocation FriendLoc)
1973 FriendLoc(FriendLoc)
1988 SourceLocation FriendLoc);
2008 return FriendLoc;
/external/clang/include/clang/Sema/
DDeclSpec.h348 SourceLocation FriendLoc, ConstexprLoc; variable
600 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
DSema.h1104 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
3401 FriendDecl *CheckFriendTypeDecl(SourceLocation FriendLoc,
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8188 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()
DDeclSpec.cpp681 FriendLoc = Loc; in SetFriendSpec()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1029 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl()
1043 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
DASTWriterDecl.cpp969 Writer.AddSourceLocation(D->FriendLoc, Record); in VisitFriendDecl()