Searched refs:pp_begin (Results 1 – 1 of 1) sorted by relevance
5055 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findPreprocessedEntity() local5056 pp_iterator pp_end = pp_begin + M.NumPreprocessedEntities; in findPreprocessedEntity()5060 pp_iterator First = pp_begin; in findPreprocessedEntity()5064 PPI = std::upper_bound(pp_begin, pp_end, Loc, in findPreprocessedEntity()5088 return M.BasePreprocessedEntityID + (PPI - pp_begin); in findPreprocessedEntity()