Searched defs:IsFriend (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Parse/ | ||
H A D | ParseDecl.cpp | 6238 isConstructorDeclarator(bool IsUnqualified,bool DeductionGuide,DeclSpec::FriendSpecified IsFriend,const ParsedTemplateInfo * TemplateInfo) isConstructorDeclarator() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiate.cpp | 405 bool IsFriend = Rec->getFriendObjectKind() || HandleRecordDecl() local |
H A D | SemaTemplate.cpp | 3895 MatchTemplateParametersToScopeSpecifier(SourceLocation DeclStartLoc,SourceLocation DeclLoc,const CXXScopeSpec & SS,TemplateIdAnnotation * TemplateId,ArrayRef<TemplateParameterList * > ParamLists,bool IsFriend,bool & IsMemberSpecialization,bool & Invalid,bool SuppressDiagnostic) MatchTemplateParametersToScopeSpecifier() argument |