Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPTHLexer.cpp52 const unsigned char *CurPtrShadow = CurPtr; in Lex() local
55 unsigned Word0 = endian::readNext<uint32_t, little, aligned>(CurPtrShadow); in Lex()
57 endian::readNext<uint32_t, little, aligned>(CurPtrShadow); in Lex()
59 endian::readNext<uint32_t, little, aligned>(CurPtrShadow); in Lex()
65 CurPtr = CurPtrShadow; in Lex()