Home | History | Annotate | Download | only in Sema

Lines Matching refs:mismatch

1170   assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
3276 // Merge attributes from the parameters. These can mismatch with K&R
3369 // mismatch.
7190 // Add 1 to the index so that 0 can mean the mismatch didn't
8777 assert(NewTemplateDecl && "Template/non-template mismatch");
9013 bool mismatch = true;
9016 mismatch = false;
9030 mismatch = !qs.empty();
9034 if (mismatch) {
12095 // Warn about the struct/class tag mismatch.
13209 assert(DC == CurContext && "Mismatch of container contexts");