Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp482 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 DSemaTemplate.cpp1789 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 DParseTemplate.cpp116 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local
117 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization()
159 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
H A DParser.cpp2488 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 DParseDeclCXX.cpp439 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 DModule.h369 SourceLocation ExportLoc; member
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4725 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 DModuleMap.cpp2549 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local
2581 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5416 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 DSema.h3195 SourceLocation ExportLoc,
3199 SourceLocation ExportLoc,
3240 Decl *ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc,
8122 SourceLocation ExportLoc,