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

References

tools/clang/include/clang/AST/Expr.h
  130     setType(T);
tools/clang/lib/AST/ASTImporter.cpp
 7559   To->setType(ToType);
tools/clang/lib/AST/Expr.cpp
 4405   ILE->setType(baseExpr->getType());
tools/clang/lib/AST/ExprCXX.cpp
  513     setType(Context.DependentTy);
 1521     setType(Context.BoundMemberTy);
tools/clang/lib/Sema/Sema.cpp
  549       ImpCast->setType(Ty);
tools/clang/lib/Sema/SemaChecking.cpp
  152   TheCall->setType(Ty);
  190   TheCall->setType(ResultType);
  200   TheCall->setType(TheCall->getArg(0)->getType());
  303   BuiltinCall->setType(CE->getType());
  901   Call->setType(S.Context.OCLReserveIDTy);
  991   Call->setType(S.Context.getPointerType(S.Context.getQualifiedType(
 1016   TheCall->setType(ParamTy);
 1218     TheCall->setType(Context.IntTy);
 1225     TheCall->setType(Context.IntTy);
 1425     TheCall->setType(Context.IntTy);
 1458     TheCall->setType(Context.VoidPtrTy);
 1824     TheCall->setType(ValType);
 1839   TheCall->setType(Context.IntTy);
 1988   TheCall->setType(Context.UnsignedIntTy);
 5380   TheCall->setType(ResultType);
 5441     TheCall->setType(ValType);
 5453   TheCall->setType(Context.VoidTy);
 5666   TheCall->setType(Context.VoidTy);
 5863   TheCall->setType(Arg1Ty);
 6169     TheCall->setType(Context.getSizeType());
 6171     TheCall->setType(Context.VoidPtrTy);
 6369     TheCall->setType(FirstArgType);
 6388     TheCall->setType(FirstArgType);
 6412     TheCall->setType(Context.IntTy);
 6433       TheCall->setType(FirstArgType);
 6490     TheCall->setType(Context.LongLongTy);
tools/clang/lib/Sema/SemaExpr.cpp
 5946   TheCall->setType(FuncT->getCallResultType(Context));
 6236   E->setType(Context.VoidTy); // FIXME: just a place holder for now.
 6799   initE->setType(Ty);
 8479   Initializer->setType(UnionType);
17359       E->setType(SubExpr->getType());
17379       E->setType(S.Context.getPointerType(SubExpr->getType()));
17388       E->setType(VD->getType());
17453       E->setType(SubExpr->getType());
17483       E->setType(DestType);
17544   E->setType(DestType.getNonLValueExprType(S.Context));
17632   E->setType(DestType.getNonReferenceType());
17644     E->setType(DestType);
17660     E->setType(DestType);
17758   E->setType(Type);
tools/clang/lib/Sema/SemaExprCXX.cpp
 3553   TheCall->setType(OperatorNewOrDelete->getReturnType());
 3567   Callee->setType(OperatorNewOrDelete->getType());
tools/clang/lib/Sema/SemaInit.cpp
  147     E->setType(Ty);
  510     InitExpr->setType(SemaRef.Context.VoidTy);
 1064     StructuredSubobjectInitList->setType(T);
 1182       IList->setType(ExprTy);
 1183     StructuredList->setType(ExprTy);
 3048   Result->setType(ResultType);
 8265       ILE->setType(E->getType());
tools/clang/lib/Sema/SemaType.cpp
 7761           DRE->setType(T);
 7763           E->setType(T);
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  523   E->setType(Record.readType());