Home | History | Annotate | Download | only in Sema

Lines Matching defs:Info

2735     // Go back to the type source info to compare the declared return types,
2886 // noreturn should now match unless the old type info didn't have it.
4118 assert(TInfo && "couldn't build declarator info for anonymous struct/union");
4216 assert(TInfo && "couldn't build declarator info for anonymous struct");
4434 // Make sure there's a type source info. This isn't really much
4435 // of a waste; most dependent types should have type source info
7626 FunctionTemplateSpecializationInfo *Info =
7628 if (Info && SC != SC_None) {
7629 if (SC != Info->getTemplate()->getTemplatedDecl()->getStorageClass())
11001 assert(D.isInvalidType() && "no declarator info for valid type");
11940 // Maybe add qualifier info.