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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
  542     return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported)
  548     return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
  562       return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
  566     return ExprError(Diag(OpLoc, diag::err_no_typeid_with_fno_rtti));
  580       TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
  582     return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
  586   return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);