Searched refs:tryParse (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDarwinSDKInfo.cpp37 if (!Version.tryParse(*VersionString))
H A DToolChain.cpp1052 if (MSVT.tryParse(MSCompatibilityVersion->getValue())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp48 bool ObjCRuntime::tryParse(StringRef input) { function in class:ObjCRuntime
89 if (Version.tryParse(verString))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp63 bool VersionTuple::tryParse(StringRef input) { function in class:VersionTuple
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp102 if (m_os_version.tryParse(option_arg))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h158 bool tryParse(StringRef string);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp80 if (Value.tryParse(Scalar))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h467 bool tryParse(StringRef input);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp102 version.tryParse(name.slice(0, i - 1));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2642 if (Opts.ObjCRuntime.tryParse(value))
2693 bool Invalid = GNUCVer.tryParse(A->getValue());
2779 if (VT.tryParse(A->getValue()))
3660 if (Version.tryParse(A->getValue()))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1228 if (!m_os_version.tryParse(value))
1231 if (!m_maccatalyst_version.tryParse(value))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5531 bool Invalid = GNUCVer.tryParse(Val);
6307 if (runtime.tryParse(value)) {
H A DDarwin.cpp1476 bool IsValid = !Version.tryParse(OSVersion);

Completed in 274 milliseconds