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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h247 void VisitExtVectorElementExpr(const ExtVectorElementExpr *Node);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1298 void StmtProfiler::VisitExtVectorElementExpr(const ExtVectorElementExpr *S) { function in class:StmtProfiler
H A DExprConstant.cpp7083 bool VisitExtVectorElementExpr(const ExtVectorElementExpr *E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1051 void ASTStmtReader::VisitExtVectorElementExpr(ExtVectorElementExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp940 void ASTStmtWriter::VisitExtVectorElementExpr(ExtVectorElementExpr *E) { function in class:ASTStmtWriter
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp557 Value *VisitExtVectorElementExpr(Expr *E) { return EmitLoadOfLValue(E); } function in class:__anon366::ScalarExprEmitter

Completed in 204 milliseconds