Searched refs:pp_iter (Results 1 – 1 of 1) sorted by relevance
280 typedef std::vector<PreprocessedEntity *>::iterator pp_iter; in addPreprocessedEntity() typedef285 for (pp_iter RI = PreprocessedEntities.end(), in addPreprocessedEntity()288 pp_iter I = RI; in addPreprocessedEntity()292 pp_iter insertI = PreprocessedEntities.insert(RI, Entity); in addPreprocessedEntity()299 pp_iter I = std::upper_bound(PreprocessedEntities.begin(), in addPreprocessedEntity()303 pp_iter insertI = PreprocessedEntities.insert(I, Entity); in addPreprocessedEntity()