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