Searched refs:ExportLoc (Results 1 – 5 of 5) sorted by relevance
219 SourceLocation ExportLoc; member
103 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local104 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization()126 ExportLoc, in ParseTemplateDeclarationOrSpecialization()
1877 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local1909 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
813 SourceLocation ExportLoc, in ActOnTemplateParameterList() argument818 if (ExportLoc.isValid()) in ActOnTemplateParameterList()819 Diag(ExportLoc, diag::warn_template_export_unsupported); in ActOnTemplateParameterList()
5318 SourceLocation ExportLoc,