Searched refs:LooseMatch (Results 1 – 1 of 1) sorted by relevance
3545 std::optional<llvm::sys::unicode::LooseMatchingResult> LooseMatch; in tryReadNamedUCN() local3547 LooseMatch = llvm::sys::unicode::nameToCodepointLooseMatching(Name); in tryReadNamedUCN()3552 if (LooseMatch) { in tryReadNamedUCN()3556 LooseMatch->Name); in tryReadNamedUCN()3574 if (LooseMatch && Diagnose) in tryReadNamedUCN()3575 Match = LooseMatch->CodePoint; in tryReadNamedUCN()