Searched refs:IDEnd (Results 1 – 2 of 2) sorted by relevance
202 const char *IDEnd = IDStart; in EmitMSInlineAsmStr() local203 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; in EmitMSInlineAsmStr()206 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) in EmitMSInlineAsmStr()209 LastEmitted = IDEnd; in EmitMSInlineAsmStr()346 const char *IDEnd = IDStart; in EmitGCCInlineAsmStr() local347 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; in EmitGCCInlineAsmStr()350 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) in EmitGCCInlineAsmStr()353 LastEmitted = IDEnd; in EmitGCCInlineAsmStr()
3475 IDEnd = PP.getIdentifierTable().end(); in WriteIdentifierTable() local3476 ID != IDEnd; ++ID) in WriteIdentifierTable()4481 IDEnd = PP.getIdentifierTable().end(); in WriteASTCore() local4482 ID != IDEnd; ++ID) { in WriteASTCore()