Lines Matching refs:Path

397     StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors,  in createPCHExternalASTSource()  argument
402 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, in createPCHExternalASTSource()
411 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, in createPCHExternalASTSource() argument
429 switch (Reader->ReadAST(Path, in createPCHExternalASTSource()
613 SmallString<128> Path(InFile); in createOutputFile() local
614 llvm::sys::path::replace_extension(Path, Extension); in createOutputFile()
615 OutFile = Path.str(); in createOutputFile()
1331 ModuleIdPath Path, in loadModule() argument
1335 StringRef ModuleName = Path[0].first->getName(); in loadModule()
1336 SourceLocation ModuleNameLoc = Path[0].second; in loadModule()
1354 = KnownModules.find(Path[0].first); in loadModule()
1362 Known = KnownModules.insert(std::make_pair(Path[0].first, Module)).first; in loadModule()
1409 KnownModules[Path[0].first] = nullptr; in loadModule()
1454 KnownModules[Path[0].first] = nullptr; in loadModule()
1469 KnownModules[Path[0].first] = nullptr; in loadModule()
1475 KnownModules[Path[0].first] = nullptr; in loadModule()
1481 Known = KnownModules.insert(std::make_pair(Path[0].first, Module)).first; in loadModule()
1490 if (Path.size() > 1) { in loadModule()
1491 for (unsigned I = 1, N = Path.size(); I != N; ++I) { in loadModule()
1492 StringRef Name = Path[I].first->getName(); in loadModule()
1518 getDiagnostics().Report(Path[I].second, in loadModule()
1520 << Path[I].first << Module->getFullModuleName() << Best[0] in loadModule()
1521 << SourceRange(Path[0].second, Path[I-1].second) in loadModule()
1522 << FixItHint::CreateReplacement(SourceRange(Path[I].second), in loadModule()
1532 getDiagnostics().Report(Path[I].second, diag::err_no_submodule) in loadModule()
1533 << Path[I].first << Module->getFullModuleName() in loadModule()
1534 << SourceRange(Path[0].second, Path[I-1].second); in loadModule()
1558 << SourceRange(Path.front().second, Path.back().second); in loadModule()
1576 << SourceRange(Path.front().second, Path.back().second); in loadModule()
1607 Path.back().second); in loadModule()
1658 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Path; in loadGlobalModuleIndex() local
1659 Path.push_back(std::make_pair( in loadGlobalModuleIndex()
1661 std::reverse(Path.begin(), Path.end()); in loadGlobalModuleIndex()
1663 loadModule(TheModule->DefinitionLoc, Path, in loadGlobalModuleIndex()