Searched defs:VisitUnaryPostDec (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprComplex.cpp | 205 ComplexPairTy VisitUnaryPostDec(const UnaryOperator *E) { VisitUnaryPostDec() function in __anon020953520111::ComplexExprEmitter |
H A D | CGExprScalar.cpp | 605 Value *VisitUnaryPostDec(const UnaryOperator *E) { VisitUnaryPostDec() function in __anon91c925d00111::ScalarExprEmitter |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 12283 void VisitUnaryPostDec(const UnaryOperator *UO) { VisitUnaryPostIncDec(UO); } VisitUnaryPostDec() function in __anond0e4d2a42811::SequenceChecker |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 8253 bool VisitUnaryPostDec(const UnaryOperator *UO) { VisitUnaryPostDec() function in __anon006fc44d1711::ExprEvaluatorBase |