Searched refs:pp_begin (Results 1 – 1 of 1) sorted by relevance
6216 pp_iterator pp_begin = M.PreprocessedEntityOffsets; in findPreprocessedEntity() local6217 pp_iterator pp_end = pp_begin + M.NumPreprocessedEntities; in findPreprocessedEntity()6221 pp_iterator First = pp_begin; in findPreprocessedEntity()6225 PPI = std::upper_bound(pp_begin, pp_end, Loc, in findPreprocessedEntity()6249 return M.BasePreprocessedEntityID + (PPI - pp_begin); in findPreprocessedEntity()