Home
last modified time | relevance | path

Searched refs:PreprocessedEntities (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp215 size_t Count = PreprocessedEntities.size(); in findBeginLocalPreprocessedEntity()
218 First = PreprocessedEntities.begin(); in findBeginLocalPreprocessedEntity()
238 return First - PreprocessedEntities.begin(); in findBeginLocalPreprocessedEntity()
248 return I - PreprocessedEntities.begin(); in findEndLocalPreprocessedEntity()
257 assert((PreprocessedEntities.empty() || in addPreprocessedEntity()
262 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity()
267 if (PreprocessedEntities.empty() || in addPreprocessedEntity()
270 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity()
291 for (pp_iter RI = PreprocessedEntities.end(), in addPreprocessedEntity()
361 assert(Index < PreprocessedEntities.size() && in getPreprocessedEntity()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h316 std::vector<PreprocessedEntity *> PreprocessedEntities; variable
461 return iterator(this, PreprocessedEntities.size()); in end()
471 return iterator(this, PreprocessedEntities.size()); in local_end()