Home | History | Annotate | Download | only in Sema

Lines Matching defs:mismatch

813   assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
2044 // Merge attributes from the parameters. These can mismatch with K&R
4417 // Add 1 to the index so that 0 can mean the mismatch didn't
5522 assert(NewTemplateDecl && "Template/non-template mismatch");
5686 bool mismatch = true;
5689 mismatch = false;
5702 mismatch = !qs.empty();
5706 if (mismatch) {
7430 // Warn about the struct/class tag mismatch.