Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3098 explicit ShuffleVectorExpr(EmptyShell Empty) in ShuffleVectorExpr() function
3113 static bool classof(const ShuffleVectorExpr *) { return true; } in classof()
DStmt.h145 friend class ShuffleVectorExpr; // ctor variable
/external/clang/lib/AST/
DExpr.cpp2850 ShuffleVectorExpr::ShuffleVectorExpr(ASTContext &C, Expr **args, unsigned nexpr, in ShuffleVectorExpr() function in ShuffleVectorExpr