Home | History | Annotate | Download | only in Lex

Lines Matching defs:exists

222 /// if it exists or returning null if not.
320 // Determine whether this directory exists.
393 if (llvm::sys::fs::exists(SystemFrameworkMarker.str())) {
444 // Determine whether this directory exists.
508 // If 'Filename' is absolute, check to see if it exists and no searching.
807 bool exists;
808 if (llvm::sys::fs::exists(Path.str(), exists) || !exists)
810 else if (exists)
944 // Determine whether this directory exists.