Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DUnicode.h79 struct MatchForCodepointName { struct
85 SmallVector<MatchForCodepointName> argument
/llvm-project-15.0.7/llvm/unittests/Support/
H A DUnicodeTest.cpp327 bool operator==(MatchForCodepointName a, MatchForCodepointName b) { in operator ==()
354 using M = MatchForCodepointName; in TEST()
/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp422 llvm::SmallVector<MatchForCodepointName>
429 llvm::SmallVector<MatchForCodepointName> Matches; in nearestMatchesForCodepointName()
450 [&](const MatchForCodepointName &a, std::size_t Distance) { in nearestMatchesForCodepointName()
458 MatchForCodepointName M{GetName(), Distance, Value}; in nearestMatchesForCodepointName()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp503 SmallVector<u::MatchForCodepointName> Matches = in DiagnoseInvalidUnicodeCharacterName()