Searched defs:ModulePrivateLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h378 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; member in class:clang::DeclSpec
677 bool isModulePrivateSpecified() const { return ModulePrivateLoc.isValid(); }
678 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; }
/external/clang/lib/Sema/
H A DSemaTemplate.cpp840 AccessSpecifier AS, SourceLocation ModulePrivateLoc,
1073 if (ModulePrivateLoc.isValid())
5934 SourceLocation ModulePrivateLoc,
6125 AS_none, /*ModulePrivateLoc=*/SourceLocation(),
6267 if (ModulePrivateLoc.isValid())
6270 << FixItHint::CreateRemoval(ModulePrivateLoc);
7246 /*ModulePrivateLoc=*/SourceLocation(),
835 CheckClassTemplate(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, TemplateParameterList *TemplateParams, AccessSpecifier AS, SourceLocation ModulePrivateLoc, unsigned NumOuterTemplateParamLists, TemplateParameterList** OuterTemplateParamLists) argument
5931 ActOnClassTemplateSpecialization(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, SourceLocation ModulePrivateLoc, TemplateIdAnnotation &TemplateId, AttributeList *Attr, MultiTemplateParamsArg TemplateParameterLists) argument
H A DSemaDecl.cpp7046 SourceLocation ModulePrivateLoc local
7048 Diag(ModulePrivateLoc, diag::err_module_private_specialization)
7050 << FixItHint::CreateRemoval(ModulePrivateLoc);
10732 SourceLocation ModulePrivateLoc,
10778 ModulePrivateLoc,
11405 if (ModulePrivateLoc.isValid()) {
11409 << FixItHint::CreateRemoval(ModulePrivateLoc);
10728 ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, AccessSpecifier AS, SourceLocation ModulePrivateLoc, MultiTemplateParamsArg TemplateParameterLists, bool &OwnedDecl, bool &IsDependent, SourceLocation ScopedEnumKWLoc, bool ScopedEnumUsesClassTag, TypeResult UnderlyingType, bool IsTypeSpecifier) argument

Completed in 1842 milliseconds