Searched defs:getLValueCallIndex (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DAPValue.cpp154 RHS.isLValueOnePastTheEnd(), RHS.getLValueCallIndex());
157 RHS.getLValueCallIndex());
573 unsigned APValue::getLValueCallIndex() const { function in class:APValue
H A DExprConstant.cpp796 unsigned getLValueCallIndex() const { return CallIndex; } function in struct:__anon15118::LValue
811 CallIndex = V.getLValueCallIndex();
1141 LVal.getLValueCallIndex() == 0) &&
6084 A.getLValueCallIndex() == B.getLValueCallIndex();

Completed in 106 milliseconds