Searched defs:FriendLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | DeclFriend.h | 71 SourceLocation FriendLoc; variable
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 2610 ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers & VS,bool IsInterface,SourceLocation FriendLoc) ParseOptionalCXX11VirtSpecifierSeq() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 442 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 17329 ActOnTemplatedFriendTag(Scope * S,SourceLocation FriendLoc,unsigned TagSpec,SourceLocation TagLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attr,MultiTemplateParamsArg TempParamLists) ActOnTemplatedFriendTag() argument 17447 SourceLocation FriendLoc = DS.getFriendSpecLoc(); ActOnFriendTypeDecl() local [all...] |
H A D | SemaTemplate.cpp | 1798 CheckClassTemplate(Scope * S,unsigned TagSpec,TagUseKind TUK,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attr,TemplateParameterList * TemplateParams,AccessSpecifier AS,SourceLocation ModulePrivateLoc,SourceLocation FriendLoc,unsigned NumOuterTemplateParamLists,TemplateParameterList ** OuterTemplateParamLists,SkipBodyInfo * SkipBody) CheckClassTemplate() argument
|