Home
last modified time | relevance | path

Searched defs:VisitExtVectorElementExpr (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1276 void TextNodeDumper::VisitExtVectorElementExpr( VisitExtVectorElementExpr() function in TextNodeDumper
H A DStmtPrinter.cpp1619 void StmtPrinter::VisitExtVectorElementExpr(ExtVectorElementExpr *Node) { VisitExtVectorElementExpr() function in StmtPrinter
H A DStmtProfile.cpp1586 void StmtProfiler::VisitExtVectorElementExpr(const ExtVectorElementExpr *S) { VisitExtVectorElementExpr() function in StmtProfiler
H A DExprConstant.cpp8126 bool VisitExtVectorElementExpr(const ExtVectorElementExpr *E) { VisitExtVectorElementExpr() function in __anon147cbbcc1711::ExprEvaluatorBase
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1145 void ASTStmtWriter::VisitExtVectorElementExpr(ExtVectorElementExpr *E) { in VisitExtVectorElementExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1193 void ASTStmtReader::VisitExtVectorElementExpr(ExtVectorElementExpr *E) { VisitExtVectorElementExpr() function in ASTStmtReader
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp549 Value *VisitExtVectorElementExpr(Expr *E) { return EmitLoadOfLValue(E); } VisitExtVectorElementExpr() function in __anon4a73c4cf0111::ScalarExprEmitter