Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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 PreprocessedEntities.end(), in findEndLocalPreprocessedEntity()
252 return I - PreprocessedEntities.begin(); in findEndLocalPreprocessedEntity()
261 assert((PreprocessedEntities.empty() || in addPreprocessedEntity()
266 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity()
271 if (PreprocessedEntities.empty() || in addPreprocessedEntity()
274 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity()
366 assert(Index < PreprocessedEntities.size() && in getPreprocessedEntity()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h317 std::vector<PreprocessedEntity *> PreprocessedEntities; variable
462 return iterator(this, PreprocessedEntities.size()); in end()
472 return iterator(this, PreprocessedEntities.size()); in local_end()