Home | History | Annotate | Download | only in Sema

Lines Matching refs:EI

1078         for (CXXBasePath::const_reverse_iterator EI = PI->rbegin(),
1080 EI != EE; ++EI)
1081 PathDisplayStr += EI->Base->getType().getAsString() + " -> ";