Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp390 QualType ExprTy = Context.getCanonicalType(E->getType()); in ImpCastExprToType() local
1371 QualType ExprTy = E.getType(); in tryExprAsCall() local
DSemaInit.cpp969 QualType ExprTy = T; in CheckExplicitInitList() local
DSemaChecking.cpp5123 QualType ExprTy = E->getType(); in checkFormatExpr() local
DSemaExpr.cpp3621 QualType ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand() local
/external/llvm-project/clang/lib/Sema/
DSema.cpp573 QualType ExprTy = Context.getCanonicalType(E->getType()); in ImpCastExprToType() local
2239 QualType ExprTy = E.getType(); in tryExprAsCall() local
DSemaInit.cpp1186 QualType ExprTy = T; in CheckExplicitInitList() local
DSemaChecking.cpp8575 QualType ExprTy = E->getType(); in checkFormatExpr() local
DSemaExpr.cpp4087 QualType ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand() local
DSemaOpenMP.cpp16541 QualType ExprTy = RefExpr->getType().getNonReferenceType(); in ActOnOpenMPDependClause() local
/external/clang/lib/CodeGen/
DCGStmt.cpp358 QualType ExprTy = cast<Expr>(LastStmt)->getType(); in EmitCompoundStmtWithoutScope() local
DCGExpr.cpp2217 QualType ExprTy = getContext().getCanonicalType(E->getSubExpr()->getType()); in EmitUnaryOpLValue() local
DCGOpenMPRuntime.cpp5005 auto ExprTy = E->getType().getCanonicalType(); in getExprTypeSize() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp464 QualType ExprTy = E->getType(); in EmitCompoundStmtWithoutScope() local
DCGExpr.cpp2866 QualType ExprTy = getContext().getCanonicalType(E->getSubExpr()->getType()); in EmitUnaryOpLValue() local
DCGOpenMPRuntime.cpp7216 QualType ExprTy = E->getType().getCanonicalType(); in getExprTypeSize() local
/external/llvm-project/clang/lib/AST/
DExpr.cpp4685 OMPArrayShapingExpr::OMPArrayShapingExpr(QualType ExprTy, Expr *Op, in OMPArrayShapingExpr()
4807 QualType ExprTy, SourceLocation IteratorKwLoc, SourceLocation L, in OMPIteratorExpr()