Home
last modified time | relevance | path

Searched refs:SemaConvertVectorExpr (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12493 ExprResult SemaConvertVectorExpr(Expr *E, TypeSourceInfo *TInfo,
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h3614 return SemaRef.SemaConvertVectorExpr(SrcExpr, DstTInfo, in RebuildConvertVectorExpr()
H A DSemaChecking.cpp6363 ExprResult Sema::SemaConvertVectorExpr(Expr *E, TypeSourceInfo *TInfo, in SemaConvertVectorExpr() function in Sema
H A DSemaExpr.cpp6563 return SemaConvertVectorExpr(E, TInfo, BuiltinLoc, RParenLoc); in ActOnConvertVectorExpr()