Searched refs:FoundPath (Results 1 – 4 of 4) sorted by relevance
40 Optional<std::string> FoundPath; in FindInEnvPath() local43 return FoundPath; in FindInEnvPath()59 FoundPath = FilePath.str(); in FindInEnvPath()64 return FoundPath; in FindInEnvPath()
196 bool FoundPath = false; in lookupInBases() local271 FoundPath = FoundPathThroughBase = true; in lookupInBases()278 return FoundPath; in lookupInBases()317 FoundPath = FoundPathThroughBase = true; in lookupInBases()319 return FoundPath; in lookupInBases()338 return FoundPath; in lookupInBases()
360 bool FoundPath = false; in lexCommand() local375 if (!FoundPath) { in lexCommand()377 FoundPath = true; in lexCommand()
1304 bool FoundPath = false; in computePath() local1306 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()1309 FoundPath |= in computePath()1311 if (FoundPath) in computePath()1313 return FoundPath; in computePath()