Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h39 class ConvertVectorExpr; variable
H A DExpr.h4512 explicit ConvertVectorExpr(EmptyShell Empty) : Expr(ConvertVectorExprClass, Empty) {} ConvertVectorExpr() function
4515 ConvertVectorExpr(Expr *SrcExpr, TypeSourceInfo *TI, QualType DstType, ConvertVectorExpr() function
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1004 TEST_P(ASTMatchersTest,ConvertVectorExpr) TEST_P() argument
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5063 ExprResult Sema::ConvertVectorExpr(Expr *E, TypeSourceInfo *TInfo, ConvertVectorExpr() function in Sema