Home
last modified time | relevance | path

Searched defs:VisitUnaryPostDec (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp205 ComplexPairTy VisitUnaryPostDec(const UnaryOperator *E) { VisitUnaryPostDec() function in __anon020953520111::ComplexExprEmitter
H A DCGExprScalar.cpp605 Value *VisitUnaryPostDec(const UnaryOperator *E) { VisitUnaryPostDec() function in __anon91c925d00111::ScalarExprEmitter
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12283 void VisitUnaryPostDec(const UnaryOperator *UO) { VisitUnaryPostIncDec(UO); } VisitUnaryPostDec() function in __anond0e4d2a42811::SequenceChecker
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8253 bool VisitUnaryPostDec(const UnaryOperator *UO) { VisitUnaryPostDec() function in __anon006fc44d1711::ExprEvaluatorBase