Home | History | Annotate | Download | only in Sema

Lines Matching defs:Expected

449       // will produce the ambiguity, or will complain that it expected
1367 "expected to be initializing a template parameter scope");
4844 assert(PrevDecl && "Expected a non-null Decl");
5212 assert(DS.getAttributes().empty() && "No attribute expected");
5279 assert(Record && "expected a record!");
11180 QualType Expected[] = { Context.IntTy, CharPP, CharPP, CharPP };
11187 if (Context.hasSameUnqualifiedType(AT, Expected[i]))
11189 else if (Expected[i] == CharPP) {
11207 Diag(FD->getLocation(), diag::err_main_arg_wrong) << i << Expected[i];
11208 // TODO: suggest replacing given type with expected type
11648 "init captures are expected to be deduced prior to initialization");
18105 assert(ED->isCompleteDefinition() && "expected enum definition");
18443 assert(FD && "Expected non-null FunctionDecl");