Searched refs:LooseMatch (Results 1 – 1 of 1) sorted by relevance
3419 std::optional<llvm::sys::unicode::LooseMatchingResult> LooseMatch; in tryReadNamedUCN() local3421 LooseMatch = llvm::sys::unicode::nameToCodepointLooseMatching(Name); in tryReadNamedUCN()3426 if (LooseMatch) { in tryReadNamedUCN()3430 LooseMatch->Name); in tryReadNamedUCN()3448 if (LooseMatch && Diagnose) in tryReadNamedUCN()3449 Match = LooseMatch->CodePoint; in tryReadNamedUCN()