Searched refs:VisitVAArgExpr (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp225 void VisitVAArgExpr(VAArgExpr *E);
1307 void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { function in class:AggExprEmitter
H A DCGExprComplex.cpp352 ComplexPairTy VisitVAArgExpr(VAArgExpr *E);
1382 ComplexPairTy ComplexExprEmitter::VisitVAArgExpr(VAArgExpr *E) { function in class:ComplexExprEmitter
H A DCGExprScalar.cpp892 Value *VisitVAArgExpr(VAArgExpr *VE);
5011 Value *ScalarExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { function in class:ScalarExprEmitter
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1529 void StmtProfiler::VisitVAArgExpr(const VAArgExpr *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp1816 void StmtPrinter::VisitVAArgExpr(VAArgExpr *Node) { function in class:StmtPrinter
H A DASTImporter.cpp570 ExpectedStmt VisitVAArgExpr(VAArgExpr *E);
7170 ExpectedStmt ASTNodeImporter::VisitVAArgExpr(VAArgExpr *E) { function in class:ASTNodeImporter
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1245 void ASTStmtWriter::VisitVAArgExpr(VAArgExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1309 void ASTStmtReader::VisitVAArgExpr(VAArgExpr *E) { function in class:ASTStmtReader

Completed in 305 milliseconds