Home | History | Annotate | Download | only in Sema

Lines Matching refs:EI

1322         for (CXXBasePath::const_reverse_iterator EI = PI->rbegin(),
1324 EI != EE; ++EI)
1325 PathDisplayStr += EI->Base->getType().getAsString() + " -> ";