Home
last modified time | relevance | path

Searched refs:ExportLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp485 SourceLocation ExportLoc, in ActOnModuleImport() argument
551 SourceLocation ExportLoc, in ActOnModuleImport() argument
606 if (getLangOpts().CPlusPlusModules && ExportLoc.isValid() && in ActOnModuleImport()
608 Diag(ExportLoc, diag::err_export_partition_impl) in ActOnModuleImport()
609 << SourceRange(ExportLoc, Path.back().second); in ActOnModuleImport()
614 if (ExportLoc.isValid() || getEnclosingExportDecl(Import)) in ActOnModuleImport()
618 } else if (ExportLoc.isValid()) { in ActOnModuleImport()
622 Diag(ExportLoc, diag::err_export_not_in_module_interface); in ActOnModuleImport()
767 Diag(ExportLoc, diag::err_export_not_in_module_interface) << 0; in ActOnStartExportDecl()
779 Diag(ExportLoc, diag::err_export_in_private_module_fragment); in ActOnStartExportDecl()
[all …]
H A DSemaTemplate.cpp1804 SourceLocation ExportLoc, in ActOnTemplateParameterList() argument
1810 if (ExportLoc.isValid()) in ActOnTemplateParameterList()
1811 Diag(ExportLoc, diag::warn_template_export_unsupported); in ActOnTemplateParameterList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp117 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local
118 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization()
160 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
H A DParser.cpp2538 SourceLocation ExportLoc; in ParseModuleImport() local
2539 TryConsumeToken(tok::kw_export, ExportLoc); in ParseModuleImport()
2639 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit); in ParseModuleImport()
2641 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path, in ParseModuleImport()
H A DParseDeclCXX.cpp441 SourceLocation ExportLoc = ConsumeToken(); in ParseExportDeclaration() local
445 getCurScope(), ExportLoc, in ParseExportDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h420 SourceLocation ExportLoc; member
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4840 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() argument
4841 : Decl(Export, DC, ExportLoc), DeclContext(Export), in ExportDecl()
4846 SourceLocation ExportLoc);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2609 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local
2641 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5673 SourceLocation ExportLoc) { in Create() argument
5674 return new (C, DC) ExportDecl(DC, ExportLoc); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3258 SourceLocation ExportLoc,
3262 SourceLocation ExportLoc,
3303 Decl *ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc,
8321 SourceLocation ExportLoc,