Searched defs:ShuffleVectorExpr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp3634 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, function in class:ShuffleVectorExpr
3658 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) {
/external/clang/include/clang/AST/
H A DExpr.h3427 /// ShuffleVectorExpr - clang-specific builtin-in function
3433 class ShuffleVectorExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3444 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3448 explicit ShuffleVectorExpr(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr

Completed in 73 milliseconds