Searched defs:in_char_string_literal (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 461 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 650 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
|