Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3545 std::optional<llvm::sys::unicode::LooseMatchingResult> LooseMatch; in tryReadNamedUCN() local
3547 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()