Searched refs:VisitExtVectorElementExpr (Results 1 – 7 of 7) sorted by relevance
242 void VisitExtVectorElementExpr(const ExtVectorElementExpr *Node);
791 void TextNodeDumper::VisitExtVectorElementExpr( in VisitExtVectorElementExpr() function in TextNodeDumper
1251 void StmtProfiler::VisitExtVectorElementExpr(const ExtVectorElementExpr *S) { in VisitExtVectorElementExpr() function in StmtProfiler
1354 void StmtPrinter::VisitExtVectorElementExpr(ExtVectorElementExpr *Node) { in VisitExtVectorElementExpr() function in StmtPrinter
802 void ASTStmtWriter::VisitExtVectorElementExpr(ExtVectorElementExpr *E) { in VisitExtVectorElementExpr() function in ASTStmtWriter
849 void ASTStmtReader::VisitExtVectorElementExpr(ExtVectorElementExpr *E) { in VisitExtVectorElementExpr() function in ASTStmtReader
534 Value *VisitExtVectorElementExpr(Expr *E) { return EmitLoadOfLValue(E); } in VisitExtVectorElementExpr() function in __anon442aaf6c0111::ScalarExprEmitter