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

References

tools/clang/lib/Sema/SemaType.cpp
 8185   assert(!T->isDependentType() && "type should not be dependent");
 8187   QualType ElemType = Context.getBaseElementType(T);
 8189       T->isLiteralType(Context))
 8192   Diagnoser.diagnose(*this, Loc, T);
 8194   if (T->isVariableArrayType())
 8206   if (RequireCompleteType(Loc, ElemType, diag::note_non_literal_incomplete, T))