Searched refs:ModuleLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | Parser.cpp | 2090 SourceLocation ModuleLoc = ConsumeToken(); in ParseModuleDecl() local 2097 << FixItHint::CreateInsertion(ModuleLoc, "export "); in ParseModuleDecl() 2103 if (ParseModuleName(ModuleLoc, Path, /*IsImport*/false)) in ParseModuleDecl() 2113 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path); in ParseModuleDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 16946 SourceLocation ModuleLoc, in ActOnModuleDecl() argument 16966 Diag(ModuleLoc, diag::err_module_interface_implementation_mismatch) in ActOnModuleDecl() 16967 << FixItHint::CreateInsertion(ModuleLoc, "export "); in ActOnModuleDecl() 16972 Diag(ModuleLoc, diag::err_module_decl_in_module_map_module); in ActOnModuleDecl() 16976 Diag(ModuleLoc, diag::err_module_decl_in_header_module); in ActOnModuleDecl() 16987 Diag(ModuleLoc, diag::err_module_redeclaration); in ActOnModuleDecl() 17033 Mod = Map.createModuleForInterfaceUnit(ModuleLoc, ModuleName, in ActOnModuleDecl() 17046 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 17050 Diag(ModuleLoc, diag::err_module_not_defined) << ModuleName; in ActOnModuleDecl() 17052 Mod = Map.createModuleForInterfaceUnit(ModuleLoc, ModuleName, in ActOnModuleDecl() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2110 SourceLocation ModuleLoc, ModuleDeclKind MDK,
|