Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
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 …]
DSemaTemplate.cpp1671 SourceLocation ExportLoc, in ActOnTemplateParameterList() argument
1677 if (ExportLoc.isValid()) in ActOnTemplateParameterList()
1678 Diag(ExportLoc, diag::warn_template_export_unsupported); in ActOnTemplateParameterList()
/external/clang/include/clang/Basic/
DModule.h236 SourceLocation ExportLoc; member
/external/clang/lib/Parse/
DParseTemplate.cpp104 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local
105 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization()
145 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
/external/llvm-project/clang/include/clang/Basic/
DModule.h339 SourceLocation ExportLoc; member
/external/llvm-project/clang/lib/Parse/
DParseTemplate.cpp115 SourceLocation ExportLoc; in ParseTemplateDeclarationOrSpecialization() local
116 TryConsumeToken(tok::kw_export, ExportLoc); in ParseTemplateDeclarationOrSpecialization()
158 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
DParser.cpp2371 SourceLocation ExportLoc; in ParseModuleImport() local
2372 TryConsumeToken(tok::kw_export, ExportLoc); in ParseModuleImport()
2420 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit); in ParseModuleImport()
2422 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path); in ParseModuleImport()
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()
/external/llvm-project/clang/include/clang/AST/
DDecl.h4477 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() argument
4478 : Decl(Export, DC, ExportLoc), DeclContext(Export), in ExportDecl()
4483 SourceLocation ExportLoc);
/external/clang/lib/Lex/
DModuleMap.cpp1980 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local
2012 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp2484 SourceLocation ExportLoc = consumeToken(); in parseExportDecl() local
2516 ExportLoc, ParsedModuleId, Wildcard in parseExportDecl()
/external/llvm-project/clang/lib/AST/
DDecl.cpp5097 SourceLocation ExportLoc) { in Create() argument
5098 return new (C, DC) ExportDecl(DC, ExportLoc); in Create()
/external/clang/lib/Sema/
DSemaTemplate.cpp826 SourceLocation ExportLoc, in ActOnTemplateParameterList() argument
832 if (ExportLoc.isValid()) in ActOnTemplateParameterList()
833 Diag(ExportLoc, diag::warn_template_export_unsupported); in ActOnTemplateParameterList()
/external/llvm-project/clang/include/clang/Sema/
DSema.h2751 SourceLocation ExportLoc,
2754 SourceLocation ExportLoc,
2795 Decl *ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc,
7350 SourceLocation ExportLoc,
/external/clang/include/clang/Sema/
DSema.h5709 SourceLocation ExportLoc,