HomeSort by: relevance | last modified time | path
    Searched refs:ModuleLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 58 Sema::ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc) {
65 ModuleScopes.back().BeginLoc = ModuleLoc;
72 auto *GlobalModule = Map.createGlobalModuleFragmentForModuleUnit(ModuleLoc);
77 ModuleScopes.back().BeginLoc = ModuleLoc;
79 VisibleModules.setVisible(GlobalModule, ModuleLoc);
91 Sema::ActOnModuleDecl(SourceLocation StartLoc, SourceLocation ModuleLoc,
110 Diag(ModuleLoc, diag::err_module_interface_implementation_mismatch)
111 << FixItHint::CreateInsertion(ModuleLoc, "export ");
116 Diag(ModuleLoc, diag::err_module_decl_in_module_map_module);
120 Diag(ModuleLoc, diag::err_module_decl_in_header_module)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 2301 SourceLocation ModuleLoc = ConsumeToken();
2319 return Actions.ActOnGlobalModuleFragmentDecl(ModuleLoc);
2333 return Actions.ActOnPrivateModuleFragmentDecl(ModuleLoc, PrivateLoc);
2337 if (ParseModuleName(ModuleLoc, Path, /*IsImport*/false))
2344 if (ParseModuleName(ModuleLoc, Partition, /*IsImport*/false))
2360 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, IsFirstDecl);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2861 SourceLocation ModuleLoc, ModuleDeclKind MDK,
2866 /// \param ModuleLoc The location of the 'module' keyword.
2867 DeclGroupPtrTy ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc);
2871 /// \param ModuleLoc The location of the 'module' keyword.
2873 DeclGroupPtrTy ActOnPrivateModuleFragmentDecl(SourceLocation ModuleLoc,

Completed in 75 milliseconds