reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
39 bool Exists() const;
28759 result = (bool)((lldb::SBFileSpec const *)arg1)->Exists();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h 517 static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBFileSpec.cpp90 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFileSpec, Exists); 208 LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, Exists, ());tools/lldb/source/API/SBPlatform.cpp
471 if (src.Exists()) { 496 if (src.Exists())tools/lldb/tools/driver/Driver.cpp
135 if (file.Exists()) 208 if (!file.Exists()) { 239 if (file.Exists()) {