Searched refs:pp_begin (Results 1 – 1 of 1) sorted by relevance
6424 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findPreprocessedEntity() local6425 pp_iterator pp_end = pp_begin + M.NumPreprocessedEntities; in findPreprocessedEntity()6429 pp_iterator First = pp_begin; in findPreprocessedEntity()6433 PPI = std::upper_bound(pp_begin, pp_end, Loc, in findPreprocessedEntity()6457 return M.BasePreprocessedEntityID + (PPI - pp_begin); in findPreprocessedEntity()