Home
last modified time | relevance | path

Searched refs:ModuleLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp163 Sema::ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc) { in ActOnGlobalModuleFragmentDecl() argument
166 PushGlobalModuleFragment(ModuleLoc); in ActOnGlobalModuleFragmentDecl()
259 Sema::ActOnModuleDecl(SourceLocation StartLoc, SourceLocation ModuleLoc, in ActOnModuleDecl() argument
300 Diag(ModuleLoc, diag::err_module_interface_implementation_mismatch) in ActOnModuleDecl()
301 << FixItHint::CreateInsertion(ModuleLoc, "export "); in ActOnModuleDecl()
306 Diag(ModuleLoc, diag::err_module_decl_in_module_map_module); in ActOnModuleDecl()
310 Diag(ModuleLoc, diag::err_module_decl_in_header_unit); in ActOnModuleDecl()
321 Diag(ModuleLoc, diag::err_module_redeclaration); in ActOnModuleDecl()
334 Diag(ModuleLoc, diag::err_module_decl_not_at_start); in ActOnModuleDecl()
409 Mod = Map.createModuleForInterfaceUnit(ModuleLoc, ModuleName); in ActOnModuleDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2474 SourceLocation ModuleLoc = ConsumeToken(); in ParseModuleDecl() local
2493 return Actions.ActOnGlobalModuleFragmentDecl(ModuleLoc); in ParseModuleDecl()
2510 return Actions.ActOnPrivateModuleFragmentDecl(ModuleLoc, PrivateLoc); in ParseModuleDecl()
2514 if (ParseModuleName(ModuleLoc, Path, /*IsImport*/ false)) in ParseModuleDecl()
2525 else if (ParseModuleName(ModuleLoc, Partition, /*IsImport*/ false)) in ParseModuleDecl()
2539 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, Partition, in ParseModuleDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9639 SourceLocation ModuleLoc, ModuleDeclKind MDK,
9646 DeclGroupPtrTy ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc);
9652 DeclGroupPtrTy ActOnPrivateModuleFragmentDecl(SourceLocation ModuleLoc,