Searched defs:EC2 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp1108 EnumDecl::enumerator_iterator EC2 = D2->enumerator_begin(), local
1112 EC1 != EC1End; ++EC1, ++EC2) {
1113 if (EC2 == EC2End) {
1126 llvm::APSInt Val2 = EC2->getInitVal();
1128 !IsStructurallyEquivalent(EC1->getIdentifier(), EC2->getIdentifier())) {
1132 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator)
1133 << EC2->getDeclName()
1134 << EC2->getInitVal().toString(10);
1143 if (EC2 != EC2End) {
1147 Context.Diag2(EC2
[all...]

Completed in 117 milliseconds