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

References

tools/clang/lib/Sema/SemaInit.cpp
 1179     if (!ExprTy->isArrayType())
 1180       ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
 1180       ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
 1182       IList->setType(ExprTy);
 1183     StructuredList->setType(ExprTy);