Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3271 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
3286 static bool classof(const ShuffleVectorExpr *) { return true; } in classof()
DStmt.h150 friend class ShuffleVectorExpr; // ctor variable
/external/clang/lib/AST/
DExpr.cpp3394 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, in ShuffleVectorExpr() function in ShuffleVectorExpr