Searched refs:ModuleNameLoc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp205 std::pair<IdentifierInfo *, SourceLocation> ModuleNameLoc(
207 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc},
312 std::pair<IdentifierInfo *, SourceLocation> ModuleNameLoc; local
320 ModuleNameLoc = {PP.getIdentifierInfo(ModuleName), Path[0].second};
321 Path = ModuleIdPath(ModuleNameLoc);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1259 SourceLocation ModuleNameLoc,
1264 Diags.Report(ModuleNameLoc, diag::err_module_not_built)
1265 << Module->Name << SourceRange(ImportLoc, ModuleNameLoc);
1281 Diags.Report(ModuleNameLoc, diag::remark_module_lock_failure)
1288 if (!compileModule(ImportingInstance, ModuleNameLoc, Module,
1308 Diags.Report(ModuleNameLoc, diag::remark_module_lock_timeout)
1674 SourceLocation ModuleNameLoc, bool IsInclusionDirective) {
1685 getDiagnostics().Report(ModuleNameLoc, diag::err_module_not_found)
1686 << ModuleName << SourceRange(ImportLoc, ModuleNameLoc);
1696 getDiagnostics().Report(ModuleNameLoc, dia
1257 compileModuleAndReadAST(CompilerInstance &ImportingInstance, SourceLocation ImportLoc, SourceLocation ModuleNameLoc, Module *Module, StringRef ModuleFileName) argument
1672 findOrCompileModuleAndReadAST( StringRef ModuleName, SourceLocation ImportLoc, SourceLocation ModuleNameLoc, bool IsInclusionDirective) argument
1837 SourceLocation ModuleNameLoc = Path[0].second; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h790 SourceLocation ModuleNameLoc,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp790 std::pair<IdentifierInfo *, SourceLocation> ModuleNameLoc; local
791 if (LexModuleNameComponent(*this, Tok, ModuleNameLoc, true))
793 IdentifierInfo *ModuleName = ModuleNameLoc.first;
H A DModuleMap.cpp1931 SourceLocation ModuleNameLoc = Id.back().second; local
1960 SourceMgr.getDecomposedLoc(ModuleNameLoc).first !=
1979 Diags.Report(ModuleNameLoc, diag::err_mmap_module_redefinition)
2003 ActiveModule->DefinitionLoc = ModuleNameLoc;

Completed in 210 milliseconds