Searched refs:ExportLoc (Results 1 – 5 of 5) sorted by relevance
104 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local105 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization()127 ExportLoc, in ParseTemplateDeclarationOrSpecialization()
238 SourceLocation ExportLoc; member
1976 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local2008 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
814 SourceLocation ExportLoc, in ActOnTemplateParameterList() argument819 if (ExportLoc.isValid()) in ActOnTemplateParameterList()820 Diag(ExportLoc, diag::warn_template_export_unsupported); in ActOnTemplateParameterList()
5585 SourceLocation ExportLoc,