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

/external/clang/lib/AST/
H A DStmtProfile.cpp419 void StmtProfiler::VisitVAArgExpr(const VAArgExpr *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp1113 void StmtPrinter::VisitVAArgExpr(VAArgExpr *Node) { function in class:StmtPrinter
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp277 ComplexPairTy VisitVAArgExpr(VAArgExpr *E);
762 ComplexPairTy ComplexExprEmitter::VisitVAArgExpr(VAArgExpr *E) { function in class:ComplexExprEmitter
H A DCGExprAgg.cpp180 void VisitVAArgExpr(VAArgExpr *E);
756 void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { function in class:AggExprEmitter
H A DCGExprScalar.cpp497 Value *VisitVAArgExpr(VAArgExpr *VE);
2666 Value *ScalarExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { function in class:ScalarExprEmitter
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp713 void ASTStmtReader::VisitVAArgExpr(VAArgExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp667 void ASTStmtWriter::VisitVAArgExpr(VAArgExpr *E) { function in class:ASTStmtWriter
/external/clang/tools/libclang/
H A DCIndex.cpp1765 void VisitVAArgExpr(VAArgExpr *E);
2081 void EnqueueVisitor::VisitVAArgExpr(VAArgExpr *E) { function in class:EnqueueVisitor

Completed in 47 milliseconds