Searched defs:VisitUnaryPreDec (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprComplex.cpp | 211 ComplexPairTy VisitUnaryPreDec(const UnaryOperator *E) { VisitUnaryPreDec() function in __anon020953520111::ComplexExprEmitter |
H A D | CGExprScalar.cpp | 613 Value *VisitUnaryPreDec(const UnaryOperator *E) { VisitUnaryPreDec() function in __anon91c925d00111::ScalarExprEmitter |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 12267 void VisitUnaryPreDec(const UnaryOperator *UO) { VisitUnaryPreIncDec(UO); } VisitUnaryPreDec() function in __anond0e4d2a42811::SequenceChecker |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 8499 bool VisitUnaryPreDec(const UnaryOperator *UO) { VisitUnaryPreDec() function in __anon006fc44d1b11::LValueExprEvaluator |