| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 482 SourceLocation ExportLoc, in ActOnModuleImport() argument 530 return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path); in ActOnModuleImport() 542 SourceLocation ExportLoc, in ActOnModuleImport() argument 595 if (getLangOpts().CPlusPlusModules && ExportLoc.isValid() && in ActOnModuleImport() 597 Diag(ExportLoc, diag::err_export_partition_impl) in ActOnModuleImport() 598 << SourceRange(ExportLoc, Path.back().second); in ActOnModuleImport() 606 if (ExportLoc.isValid() || getEnclosingExportDecl(Import)) in ActOnModuleImport() 610 } else if (ExportLoc.isValid()) { in ActOnModuleImport() 614 Diag(ExportLoc, diag::err_export_not_in_module_interface) in ActOnModuleImport() 753 Decl *Sema::ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc, in ActOnStartExportDecl() argument [all …]
|
| H A D | SemaTemplate.cpp | 1789 SourceLocation ExportLoc, in ActOnTemplateParameterList() argument 1795 if (ExportLoc.isValid()) in ActOnTemplateParameterList() 1796 Diag(ExportLoc, diag::warn_template_export_unsupported); in ActOnTemplateParameterList()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 116 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local 117 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization() 159 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
|
| H A D | Parser.cpp | 2488 SourceLocation ExportLoc; in ParseModuleImport() local 2489 TryConsumeToken(tok::kw_export, ExportLoc); in ParseModuleImport() 2584 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit); in ParseModuleImport() 2586 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path, in ParseModuleImport()
|
| H A D | ParseDeclCXX.cpp | 439 SourceLocation ExportLoc = ConsumeToken(); in ParseExportDeclaration() local 443 getCurScope(), ExportLoc, in ParseExportDeclaration() 462 Diag(ExportLoc, diag::err_export_empty) in ParseExportDeclaration() 463 << SourceRange(ExportLoc, Tok.getLocation()); in ParseExportDeclaration()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Module.h | 369 SourceLocation ExportLoc; member
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Decl.h | 4725 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() argument 4726 : Decl(Export, DC, ExportLoc), DeclContext(Export), in ExportDecl() 4731 SourceLocation ExportLoc);
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 2549 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local 2581 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Decl.cpp | 5416 SourceLocation ExportLoc) { in Create() argument 5417 return new (C, DC) ExportDecl(DC, ExportLoc); in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3195 SourceLocation ExportLoc, 3199 SourceLocation ExportLoc, 3240 Decl *ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc, 8122 SourceLocation ExportLoc,
|