Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h79 struct MatchForCodepointName { struct
85 SmallVector<MatchForCodepointName> argument
/llvm-project/llvm/unittests/Support/
H A DUnicodeTest.cpp346 bool operator==(MatchForCodepointName a, MatchForCodepointName b) { in operator ==()
373 using M = MatchForCodepointName; in TEST()
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp418 llvm::SmallVector<MatchForCodepointName>
425 llvm::SmallVector<MatchForCodepointName> Matches; in nearestMatchesForCodepointName()
446 [&](const MatchForCodepointName &a, std::size_t Distance) { in nearestMatchesForCodepointName()
454 MatchForCodepointName M{GetName(), Distance, Value}; in nearestMatchesForCodepointName()
/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp567 SmallVector<u::MatchForCodepointName> Matches = in DiagnoseInvalidUnicodeCharacterName()