Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessingRecord.cpp216 size_t Count = PreprocessedEntities.size(); in findBeginLocalPreprocessedEntity()
219 First = PreprocessedEntities.begin(); in findBeginLocalPreprocessedEntity()
239 return First - PreprocessedEntities.begin(); in findBeginLocalPreprocessedEntity()
249 return I - PreprocessedEntities.begin(); in findEndLocalPreprocessedEntity()
258 assert((PreprocessedEntities.empty() || in addPreprocessedEntity()
263 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity()
268 if (PreprocessedEntities.empty() || in addPreprocessedEntity()
271 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity()
292 for (pp_iter RI = PreprocessedEntities.end(), in addPreprocessedEntity()
362 assert(Index < PreprocessedEntities.size() && in getPreprocessedEntity()
[all …]
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessingRecord.h314 std::vector<PreprocessedEntity *> PreprocessedEntities; variable
459 return iterator(this, PreprocessedEntities.size()); in end()
469 return iterator(this, PreprocessedEntities.size()); in local_end()