Searched refs:pp_begin (Results 1 – 1 of 1) sorted by relevance
6763 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findPreprocessedEntity() local6764 pp_iterator pp_end = pp_begin + M.NumPreprocessedEntities; in findPreprocessedEntity()6768 pp_iterator First = pp_begin; in findPreprocessedEntity()6772 PPI = std::upper_bound(pp_begin, pp_end, Loc, in findPreprocessedEntity()6796 return M.BasePreprocessedEntityID + (PPI - pp_begin); in findPreprocessedEntity()