Home
last modified time | relevance | path

Searched defs:ConvertVectorExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h39 class ConvertVectorExpr; variable
H A DExpr.h4531 explicit ConvertVectorExpr(EmptyShell Empty) : Expr(ConvertVectorExprClass, Empty) {} in ConvertVectorExpr() function
4534 ConvertVectorExpr(Expr *SrcExpr, TypeSourceInfo *TI, QualType DstType, in ConvertVectorExpr() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5067 ExprResult Sema::ConvertVectorExpr(Expr *E, TypeSourceInfo *TInfo, in ConvertVectorExpr() function in Sema