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()
195 bool FoundPath = false; in lookupInBases() local270 FoundPath = FoundPathThroughBase = true; in lookupInBases()277 return FoundPath; in lookupInBases()316 FoundPath = FoundPathThroughBase = true; in lookupInBases()318 return FoundPath; in lookupInBases()337 return FoundPath; in lookupInBases()
359 bool FoundPath = false; in lexCommand() local374 if (!FoundPath) { in lexCommand()376 FoundPath = true; in lexCommand()
1522 bool FoundPath = false; in computePath() local1524 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()1527 FoundPath |= in computePath()1529 if (FoundPath) in computePath()1531 return FoundPath; in computePath()