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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp308 SourceLocation ExportLoc,
330 return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path);
342 SourceLocation ExportLoc,
395 if (ExportLoc.isValid() || getEnclosingExportDecl(Import))
397 } else if (ExportLoc.isValid()) {
398 Diag(ExportLoc, diag::err_export_not_in_module_interface);
523 Decl *Sema::ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc, argument
525 ExportDecl *D = ExportDecl::Create(Context, CurContext, ExportLoc);
535 Diag(ExportLoc, diag::err_export_not_in_module_interface) << 0;
537 Diag(ExportLoc, dia
307 ActOnModuleImport(SourceLocation StartLoc, SourceLocation ExportLoc, SourceLocation ImportLoc, ModuleIdPath Path) argument
341 ActOnModuleImport(SourceLocation StartLoc, SourceLocation ExportLoc, SourceLocation ImportLoc, Module *Mod, ModuleIdPath Path) argument
[all...]
H A DSemaTemplate.cpp1548 SourceLocation ExportLoc,
1554 if (ExportLoc.isValid())
1555 Diag(ExportLoc, diag::warn_template_export_unsupported);
1547 ActOnTemplateParameterList(unsigned Depth, SourceLocation ExportLoc, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ArrayRef<NamedDecl *> Params, SourceLocation RAngleLoc, Expr *RequiresClause) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h303 SourceLocation ExportLoc; member in struct:clang::Module::UnresolvedExportDecl
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp106 SourceLocation ExportLoc; local
107 TryConsumeToken(tok::kw_export, ExportLoc);
149 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc,
H A DParser.cpp2329 SourceLocation ExportLoc; local
2330 TryConsumeToken(tok::kw_export, ExportLoc);
2378 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit);
2380 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path);
H A DParseDeclCXX.cpp418 SourceLocation ExportLoc = ConsumeToken(); local
422 getCurScope(), ExportLoc,
441 Diag(ExportLoc, diag::err_export_empty)
442 << SourceRange(ExportLoc, Tok.getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2461 SourceLocation ExportLoc = consumeToken(); local
2493 ExportLoc, ParsedModuleId, Wildcard
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4405 ExportDecl(DeclContext *DC, SourceLocation ExportLoc)
4406 : Decl(Export, DC, ExportLoc), DeclContext(Export),
4411 SourceLocation ExportLoc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4984 SourceLocation ExportLoc) {
4985 return new (C, DC) ExportDecl(DC, ExportLoc);
4983 Create(ASTContext &C, DeclContext *DC, SourceLocation ExportLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2450 /// \param ExportLoc The location of the 'export' keyword, if any.
2454 SourceLocation ExportLoc,
2457 SourceLocation ExportLoc,
2498 Decl *ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc,
6986 SourceLocation ExportLoc,

Completed in 161 milliseconds