Home
last modified time | relevance | path

Searched refs:LooseMatchingResult (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h72 struct LooseMatchingResult { struct
77 std::optional<LooseMatchingResult> nameToCodepointLooseMatching(StringRef Name); argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp407 std::optional<LooseMatchingResult> in nameToCodepointStrict()
413 return LooseMatchingResult{*Opt, Buffer}; in nameToCodepointLooseMatching()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp411 std::optional<llvm::sys::unicode::LooseMatchingResult> Res = in expandUCNs()
552 std::optional<u::LooseMatchingResult> Res = in DiagnoseInvalidUnicodeCharacterName()
H A DLexer.cpp3545 std::optional<llvm::sys::unicode::LooseMatchingResult> LooseMatch; in tryReadNamedUCN()