Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1303 SmallVector<uint32_t, 4> codepoint_buffer; in CharLiteralParser() local
1304 codepoint_buffer.resize(end - begin); in CharLiteralParser()
1305 uint32_t *buffer_begin = &codepoint_buffer.front(); in CharLiteralParser()
1306 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); in CharLiteralParser()
1390 unsigned NumCharsSoFar = buffer_begin - &codepoint_buffer.front(); in CharLiteralParser()
1417 LitVal = LitVal + (codepoint_buffer[i] & 0xFF); in CharLiteralParser()