Searched refs:pp_begin (Results 1 – 1 of 1) sorted by relevance
5004 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findPreprocessedEntity() local5005 pp_iterator pp_end = pp_begin + M.NumPreprocessedEntities; in findPreprocessedEntity()5009 pp_iterator First = pp_begin; in findPreprocessedEntity()5013 PPI = std::upper_bound(pp_begin, pp_end, Loc, in findPreprocessedEntity()5037 return M.BasePreprocessedEntityID + (PPI - pp_begin); in findPreprocessedEntity()