Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp308 SourceLocation ExportLoc, in ActOnModuleImport() argument
330 return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path); in ActOnModuleImport()
342 SourceLocation ExportLoc, in ActOnModuleImport() argument
395 if (ExportLoc.isValid() || getEnclosingExportDecl(Import)) in ActOnModuleImport()
397 } else if (ExportLoc.isValid()) { in ActOnModuleImport()
398 Diag(ExportLoc, diag::err_export_not_in_module_interface); in ActOnModuleImport()
523 Decl *Sema::ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc, in ActOnStartExportDecl() argument
525 ExportDecl *D = ExportDecl::Create(Context, CurContext, ExportLoc); in ActOnStartExportDecl()
535 Diag(ExportLoc, diag::err_export_not_in_module_interface) << 0; in ActOnStartExportDecl()
537 Diag(ExportLoc, diag::err_export_not_in_module_interface) << 1; in ActOnStartExportDecl()
[all …]
H A DSemaTemplate.cpp1689 SourceLocation ExportLoc, in ActOnTemplateParameterList() argument
1695 if (ExportLoc.isValid()) in ActOnTemplateParameterList()
1696 Diag(ExportLoc, diag::warn_template_export_unsupported); in ActOnTemplateParameterList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp115 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local
116 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization()
158 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
H A DParser.cpp2381 SourceLocation ExportLoc; in ParseModuleImport() local
2382 TryConsumeToken(tok::kw_export, ExportLoc); in ParseModuleImport()
2430 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit); in ParseModuleImport()
2432 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path); in ParseModuleImport()
H A DParseDeclCXX.cpp420 SourceLocation ExportLoc = ConsumeToken(); in ParseExportDeclaration() local
424 getCurScope(), ExportLoc, in ParseExportDeclaration()
443 Diag(ExportLoc, diag::err_export_empty) in ParseExportDeclaration()
444 << SourceRange(ExportLoc, Tok.getLocation()); in ParseExportDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h342 SourceLocation ExportLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4497 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() argument
4498 : Decl(Export, DC, ExportLoc), DeclContext(Export), in ExportDecl()
4503 SourceLocation ExportLoc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2494 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local
2526 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp5129 SourceLocation ExportLoc) { in Create() argument
5130 return new (C, DC) ExportDecl(DC, ExportLoc); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2884 SourceLocation ExportLoc,
2887 SourceLocation ExportLoc,
2928 Decl *ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc,
7502 SourceLocation ExportLoc,