Searched refs:VisitExtVectorElementExpr (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h264 void VisitExtVectorElementExpr(const ExtVectorElementExpr *Node);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1379 void StmtProfiler::VisitExtVectorElementExpr(const ExtVectorElementExpr *S) { function in class:StmtProfiler
H A DExprConstant.cpp7395 bool VisitExtVectorElementExpr(const ExtVectorElementExpr *E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1150 void ASTStmtReader::VisitExtVectorElementExpr(ExtVectorElementExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1026 void ASTStmtWriter::VisitExtVectorElementExpr(ExtVectorElementExpr *E) { function in class:ASTStmtWriter
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp550 Value *VisitExtVectorElementExpr(Expr *E) { return EmitLoadOfLValue(E); } function in class:__anon1724::ScalarExprEmitter

Completed in 225 milliseconds