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

/netbsd-current/external/apache2/llvm/dist/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.cpp1689 SourceLocation ExportLoc,
1695 if (ExportLoc.isValid())
1696 Diag(ExportLoc, diag::warn_template_export_unsupported);
1688 ActOnTemplateParameterList(unsigned Depth, SourceLocation ExportLoc, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ArrayRef<NamedDecl *> Params, SourceLocation RAngleLoc, Expr *RequiresClause) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp115 SourceLocation ExportLoc;
116 TryConsumeToken(tok::kw_export, ExportLoc);
158 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc,
H A DParser.cpp2381 SourceLocation ExportLoc; local
2382 TryConsumeToken(tok::kw_export, ExportLoc);
2430 Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit);
2432 Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path);
H A DParseDeclCXX.cpp420 SourceLocation ExportLoc = ConsumeToken(); local
424 getCurScope(), ExportLoc,
443 Diag(ExportLoc, diag::err_export_empty)
444 << SourceRange(ExportLoc, Tok.getLocation());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h342 SourceLocation ExportLoc; member in struct:clang::Module::UnresolvedExportDecl
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2494 SourceLocation ExportLoc = consumeToken(); local
2526 ExportLoc, ParsedModuleId, Wildcard
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4497 ExportDecl(DeclContext *DC, SourceLocation ExportLoc)
4498 : Decl(Export, DC, ExportLoc), DeclContext(Export),
4503 SourceLocation ExportLoc);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp5129 SourceLocation ExportLoc) {
5130 return new (C, DC) ExportDecl(DC, ExportLoc);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2880 /// \param ExportLoc The location of the 'export' keyword, if any.
2884 SourceLocation ExportLoc,
2887 SourceLocation ExportLoc,
2928 Decl *ActOnStartExportDecl(Scope *S, SourceLocation ExportLoc,
7502 SourceLocation ExportLoc,

Completed in 225 milliseconds