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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DProcess.cpp33 Optional<std::string> FoundPath; local
36 return FoundPath;
49 FoundPath = FilePath.str();
54 return FoundPath;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp181 bool FoundPath = false;
256 FoundPath = FoundPathThroughBase = true;
263 return FoundPath;
278 FoundPath = FoundPathThroughBase = true;
280 return FoundPath;
299 return FoundPath;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp202 FoundPath, enumerator in enum:RecursiveState
234 CurState = FoundPath;
251 return States[ExitID] == FoundPath;

Completed in 114 milliseconds