Home
last modified time | relevance | path

Searched refs:FoundPath (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DProcess.cpp33 Optional<std::string> FoundPath; in FindInEnvPath() local
36 return FoundPath; in FindInEnvPath()
49 FoundPath = FilePath.str(); in FindInEnvPath()
54 return FoundPath; in FindInEnvPath()
/external/clang/lib/AST/
DCXXInheritance.cpp181 bool FoundPath = false; in lookupInBases() local
256 FoundPath = FoundPathThroughBase = true; in lookupInBases()
263 return FoundPath; in lookupInBases()
278 FoundPath = FoundPathThroughBase = true; in lookupInBases()
280 return FoundPath; in lookupInBases()
299 return FoundPath; in lookupInBases()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp202 FoundPath, enumerator
234 CurState = FoundPath; in checkForRecursiveFunctionCall()
251 return States[ExitID] == FoundPath; in checkForRecursiveFunctionCall()