Lines Matching defs:Path
1418 // We get the raw path only if we have 'Callbacks' to which we later pass
1419 // the path.
1433 // Add the recovery path to the list of search paths.
1459 // brackets, we can attempt a lookup as though it were a quoted path to
1484 // Compute the module access path corresponding to this module.
1487 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Path;
1489 Path.push_back(std::make_pair(getIdentifierInfo(Mod->Name),
1491 std::reverse(Path.begin(), Path.end());
1495 for (unsigned I = 0, N = Path.size(); I != N; ++I) {
1498 PathString += Path[I].first->getName();
1526 = Path[0].first->getName() == getLangOpts().CurrentModule;
1545 = TheModuleLoader.loadModule(IncludeTok.getLocation(), Path, Visibility,