Home | History | Annotate | Download | only in Sema

Lines Matching refs:EI

1139         for (CXXBasePath::const_reverse_iterator EI = PI->rbegin(),
1141 EI != EE; ++EI)
1142 PathDisplayStr += EI->Base->getType().getAsString() + " -> ";