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

/external/clang/lib/AST/
H A DExpr.cpp3394 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, function in class:ShuffleVectorExpr
3418 void ShuffleVectorExpr::setExprs(ASTContext &C, Expr ** Exprs,
/external/clang/include/clang/AST/
H A DExpr.h3250 /// ShuffleVectorExpr - clang-specific builtin-in function
3256 class ShuffleVectorExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3267 ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3271 explicit ShuffleVectorExpr(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3286 static bool classof(const ShuffleVectorExpr *) { return true; }

Completed in 94 milliseconds