Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DUnicode.h86 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount);
/openbsd/src/gnu/llvm/llvm/lib/Support/
DUnicodeNameToCodepoint.cpp422 nearestMatchesForCodepointName(StringRef Pattern, std::size_t MaxMatchesCount) { in nearestMatchesForCodepointName() function
/openbsd/src/gnu/llvm/clang/lib/Lex/
DLiteralSupport.cpp504 u::nearestMatchesForCodepointName(Name, 5); in DiagnoseInvalidUnicodeCharacterName()