Searched refs:getLValueCallIndex (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DAPValue.cpp154 RHS.isLValueOnePastTheEnd(), RHS.getLValueCallIndex());
157 RHS.getLValueCallIndex());
579 unsigned APValue::getLValueCallIndex() const { function in class:APValue
H A DExprConstant.cpp925 unsigned getLValueCallIndex() const { return CallIndex; } function in struct:__anon17735::LValue
940 CallIndex = V.getLValueCallIndex();
1269 LVal.getLValueCallIndex() == 0) &&
6281 A.getLValueCallIndex() == B.getLValueCallIndex();
/external/clang/include/clang/AST/
H A DAPValue.h256 unsigned getLValueCallIndex() const;

Completed in 207 milliseconds