Home
last modified time | relevance | path

Searched defs:ThisTokEnd (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Lex/
DLiteralSupport.cpp94 const char *ThisTokEnd, bool &HadError, in ProcessCharEscape()
395 const char *ThisTokEnd, uint32_t &UcnVal, in ProcessNumericUCNEscape()
536 const char *ThisTokEnd, uint32_t &UcnVal, in ProcessNamedUCNEscape()
584 const char *ThisTokEnd, uint32_t &UcnVal, in ProcessUCNEscape()
653 const char *ThisTokEnd, unsigned CharByteWidth, in MeasureUCNEscape()
688 const char *ThisTokEnd, in EncodeUCNEscape()
1938 const char *ThisTokEnd = ThisTokBuf+ThisTokLen; in init() local
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DLiteralSupport.h48 const char *const ThisTokEnd; variable