| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 485 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 D | SemaTemplate.cpp | 1804 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 D | ParseTemplate.cpp | 117 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local 118 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization() 160 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
|
| H A D | Parser.cpp | 2538 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 D | ParseDeclCXX.cpp | 441 SourceLocation ExportLoc = ConsumeToken(); in ParseExportDeclaration() local 445 getCurScope(), ExportLoc, in ParseExportDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 420 SourceLocation ExportLoc; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 4840 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 D | ModuleMap.cpp | 2609 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local 2641 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5673 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 D | Sema.h | 3258 SourceLocation ExportLoc, 3262 SourceLocation ExportLoc, 3303 Decl *ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc, 8321 SourceLocation ExportLoc,
|