reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
 8298   assert(!E->hasPlaceholderType() && "unexpected placeholder");
 8300   if (!getLangOpts().CPlusPlus && E->refersToBitField())
 8301     Diag(E->getExprLoc(), diag::err_sizeof_alignof_typeof_bitfield) << 2;
 8303   if (!E->isTypeDependent()) {
 8304     QualType T = E->getType();
 8306       DiagnoseUseOfDecl(TT->getDecl(), E->getExprLoc());
 8308   return Context.getTypeOfExprType(E);