Home
last modified time | relevance | path

Searched refs:IsIncrement (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp3207 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
3216 AccessKinds AK = IsIncrement ? AK_Increment : AK_Decrement; in handleIncDec()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp4548 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
4557 AccessKinds AK = IsIncrement ? AK_Increment : AK_Decrement; in handleIncDec()