Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DUnicode.h77 std::optional<LooseMatchingResult> nameToCodepointLooseMatching(StringRef Name);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp411 nameToCodepointLooseMatching(StringRef Name) { in nameToCodepointLooseMatching() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp362 llvm::sys::unicode::nameToCodepointLooseMatching( in expandUCNs()
491 u::nameToCodepointLooseMatching(Name); in DiagnoseInvalidUnicodeCharacterName()
H A DLexer.cpp3421 LooseMatch = llvm::sys::unicode::nameToCodepointLooseMatching(Name); in tryReadNamedUCN()