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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h52 SourceLocation FriendLoc; member in class:clang::FriendDecl
81 FriendLoc(FriendL),
131 return FriendLoc;
H A DDeclTemplate.h2030 SourceLocation FriendLoc; member in class:clang::TemplateParameterList::FriendTemplateDecl
2037 SourceLocation FriendLoc)
2042 FriendLoc(FriendLoc)
2057 SourceLocation FriendLoc);
2077 return FriendLoc;
2033 FriendTemplateDecl(DeclContext *DC, SourceLocation Loc, unsigned NParams, TemplateParameterList **Params, FriendUnion Friend, SourceLocation FriendLoc) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h386 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; member in class:clang::DeclSpec
673 SourceLocation getFriendSpecLoc() const { return FriendLoc; }
H A DSema.h1670 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
4826 SourceLocation FriendLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp851 FriendLoc = Loc;
H A DSemaDeclCXX.cpp11254 SourceLocation FriendLoc,
11285 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc),
11288 Diag(FriendLoc,
11296 Diag(FriendLoc,
11310 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc)
11311 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T;
11317 return FriendDecl::Create(Context, CurContext, LocStart, TSInfo, FriendLoc);
11322 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, argument
11408 TSI, FriendLoc, TempParamLists);
11432 TSI, FriendLoc, TempParamList
11253 CheckFriendTypeDecl(SourceLocation LocStart, SourceLocation FriendLoc, TypeSourceInfo *TSInfo) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1390 D->FriendLoc = ReadSourceLocation(Record, Idx);
1404 D->FriendLoc = ReadSourceLocation(Record, Idx);
H A DASTWriterDecl.cpp1085 Writer.AddSourceLocation(D->FriendLoc, Record);

Completed in 220 milliseconds