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

/external/llvm/lib/Support/
H A DProcess.cpp75 Optional<std::string> FoundPath; local
78 return FoundPath;
91 FoundPath = FilePath.str();
96 return FoundPath;
/external/clang/lib/AST/
H A DCXXInheritance.cpp178 bool FoundPath = false; local
253 FoundPath = FoundPathThroughBase = true;
260 return FoundPath;
275 FoundPath = FoundPathThroughBase = true;
277 return FoundPath;
296 return FoundPath;
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp169 FoundPath, enumerator in enum:RecursiveState
191 // will be either FoundPathWithNoRecursiveCall or FoundPath. To determine
215 State = FoundPath;
219 State = FoundPath;
258 if (states[cfg->getExit().getBlockID()] == FoundPath)

Completed in 3028 milliseconds