Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5250 auto IterA = LHS.begin(), EndA = LHS.end(); in getIntersection() local
5259 while (IterA != EndA && IterB != EndB) { in getIntersection()
5260 FunctionEffectWithCondition A = *IterA; in getIntersection()
5263 ++IterA; in getIntersection()
5268 ++IterA; in getIntersection()