Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h38 using ExprTy = typename ClauseTy::ExprTy; member
H A DConstructDecompositionT.h88 using ExprTy = typename ClauseTy::ExprTy; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp727 QualType ExprTy = Context.getCanonicalType(E->getType()); in ImpCastExprToType() local
2549 QualType ExprTy = E.getType(); in tryExprAsCall() local
H A DSemaInit.cpp1282 QualType ExprTy = T; in CheckExplicitInitList() local
H A DSemaExpr.cpp4083 QualType ExprTy = E->getType(); in ActOnParenExpr() local
4201 QualType ExprTy = E->getType(); in CheckUnaryExprOrTypeTraitOperand() local
H A DSemaChecking.cpp7250 QualType ExprTy = E->getType(); in checkFormatExpr() local
H A DSemaOpenMP.cpp19901 QualType ExprTy = RefExpr->getType().getNonReferenceType(); in ActOnOpenMPDependClause() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp547 QualType ExprTy = E->getType(); in EmitCompoundStmtWithoutScope() local
H A DCGExprScalar.cpp1796 llvm::Type *ExprTy = ConvertType(E->getType()); in VisitSYCLUniqueStableNameExpr() local
H A DCGExpr.cpp3198 QualType ExprTy = getContext().getCanonicalType(E->getSubExpr()->getType()); in EmitUnaryOpLValue() local
H A DCGOpenMPRuntime.cpp6661 QualType ExprTy = E->getType().getCanonicalType(); in getExprTypeSize() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5156 OMPArrayShapingExpr::OMPArrayShapingExpr(QualType ExprTy, Expr *Op, in OMPArrayShapingExpr()
5278 QualType ExprTy, SourceLocation IteratorKwLoc, SourceLocation L, in OMPIteratorExpr()