Home | History | Annotate | Download | only in Lex

Lines Matching refs:PreprocessedEntity

66 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID,
101 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex])
178 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const {
184 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const {
189 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const {
194 SourceLocation getLoc(PreprocessedEntity *PPE) const {
209 std::vector<PreprocessedEntity *>::const_iterator
211 std::vector<PreprocessedEntity *>::const_iterator I;
238 std::vector<PreprocessedEntity *>::const_iterator
247 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) {
280 typedef std::vector<PreprocessedEntity *>::iterator pp_iter;
328 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){
345 PreprocessedEntity *
350 PreprocessedEntity *&Entity = LoadedPreprocessedEntities[Index];
355 PreprocessedEntity(PreprocessedEntity::InvalidKind, SourceRange());