Home
last modified time | relevance | path

Searched refs:LEnd (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp248 LEnd = Layouts.end(); in dump() local
249 L != LEnd; ++L) { in dump()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h144 iterator LItr = begin(), LEnd = end(); in isEqual() local
147 while (LItr != LEnd && RItr != REnd) { in isEqual()
161 return LItr == LEnd && RItr == REnd; in isEqual()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14587 for (LookupResult::iterator L = OpLookup.begin(), LEnd = OpLookup.end(); in buildSingleCopyAssignRecursively() local
14588 L != LEnd; ++L) { in buildSingleCopyAssignRecursively()