reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2581 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
tools/clang/lib/AST/StmtPrinter.cpp
 1468 void StmtPrinter::VisitShuffleVectorExpr(ShuffleVectorExpr *Node) {
tools/clang/lib/AST/StmtProfile.cpp
 1209 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) {
tools/clang/lib/Sema/TreeTransform.h
12685 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) {
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1086 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  995 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {