Searched defs:UcnLen (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 458 ProcessNumericUCNEscape(const char * ThisTokBegin,const char * & ThisTokBuf,const char * ThisTokEnd,uint32_t & UcnVal,unsigned short & UcnLen,bool & Delimited,FullSourceLoc Loc,DiagnosticsEngine * Diags,const LangOptions & Features,bool in_char_string_literal=false) ProcessNumericUCNEscape() argument 599 ProcessNamedUCNEscape(const char * ThisTokBegin,const char * & ThisTokBuf,const char * ThisTokEnd,uint32_t & UcnVal,unsigned short & UcnLen,FullSourceLoc Loc,DiagnosticsEngine * Diags,const LangOptions & Features) ProcessNamedUCNEscape() argument 647 ProcessUCNEscape(const char * ThisTokBegin,const char * & ThisTokBuf,const char * ThisTokEnd,uint32_t & UcnVal,unsigned short & UcnLen,FullSourceLoc Loc,DiagnosticsEngine * Diags,const LangOptions & Features,bool in_char_string_literal=false) ProcessUCNEscape() argument 728 unsigned short UcnLen = 0; MeasureUCNEscape() local 763 unsigned short UcnLen = 0; EncodeUCNEscape() local 1824 unsigned short UcnLen = 0; CharLiteralParser() local [all...] |