Home
last modified time | relevance | path

Searched defs:ExprTy (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSema.cpp253 QualType ExprTy = Context.getCanonicalType(E->getType()); in ImpCastExprToType() local
853 QualType ExprTy = E.getType(); in isExprCallable() local
DSemaInit.cpp558 QualType ExprTy = T.getNonLValueExprType(SemaRef.Context); in CheckExplicitInitList() local
DSemaExpr.cpp2677 QualType ExprTy = Op->getType(); in CheckUnaryExprOrTypeTraitOperand() local
/external/clang/include/clang/Parse/
DParser.h192 typedef Expr ExprTy; typedef
/external/clang/lib/CodeGen/
DCGExpr.cpp1399 QualType ExprTy = getContext().getCanonicalType(E->getSubExpr()->getType()); in EmitUnaryOpLValue() local
/external/clang/include/clang/Sema/
DSema.h181 typedef Expr ExprTy; typedef