Searched refs:IDEnd (Results 1 – 2 of 2) sorted by relevance
181 const char *IDEnd = IDStart; in EmitMSInlineAsmStr() local182 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; in EmitMSInlineAsmStr()185 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) in EmitMSInlineAsmStr()188 LastEmitted = IDEnd; in EmitMSInlineAsmStr()325 const char *IDEnd = IDStart; in EmitGCCInlineAsmStr() local326 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; in EmitGCCInlineAsmStr()329 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) in EmitGCCInlineAsmStr()332 LastEmitted = IDEnd; in EmitGCCInlineAsmStr()
3196 IDEnd = PP.getIdentifierTable().end(); in WriteIdentifierTable() local3197 ID != IDEnd; ++ID) in WriteIdentifierTable()3204 ID = IdentifierIDs.begin(), IDEnd = IdentifierIDs.end(); in WriteIdentifierTable() local3205 ID != IDEnd; ++ID) { in WriteIdentifierTable()3897 IDEnd = PP.getIdentifierTable().end(); in WriteASTCore() local3898 ID != IDEnd; ++ID) { in WriteASTCore()4081 IDEnd = PP.getIdentifierTable().end(); in WriteASTCore() local4082 ID != IDEnd; ++ID) { in WriteASTCore()