Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp3419 std::optional<llvm::sys::unicode::LooseMatchingResult> LooseMatch; in tryReadNamedUCN() local
3421 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()