Home
last modified time | relevance | path

Searched defs:FriendLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h71 SourceLocation FriendLoc; variable
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2610 ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers & VS,bool IsInterface,SourceLocation FriendLoc) ParseOptionalCXX11VirtSpecifierSeq() argument
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h442 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; global() variable
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17329 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 DSemaTemplate.cpp1798 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