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

/external/clang/include/clang/AST/
H A DAPValue.h138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) argument
140 MakeLValue(); setLValue(B, O, N, CallIndex);
143 bool OnePastTheEnd, unsigned CallIndex)
145 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex);
377 unsigned CallIndex);
380 unsigned CallIndex);
142 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd, unsigned CallIndex) argument
/external/clang/lib/AST/
H A DAPValue.cpp31 unsigned CallIndex; member in struct:__anon17708::LVBase
581 return ((const LV*)(const char*)Data.buffer)->CallIndex;
585 unsigned CallIndex) {
591 LVal.CallIndex = CallIndex;
597 unsigned CallIndex) {
603 LVal.CallIndex = CallIndex;
584 setLValue(LValueBase B, const CharUnits &O, NoLValuePath, unsigned CallIndex) argument
595 setLValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, unsigned CallIndex) argument
H A DExprConstant.cpp542 CallStackFrame *getCallFrame(unsigned CallIndex) { argument
543 assert(CallIndex && "no call index in getCallFrame");
547 while (Frame->Index > CallIndex)
549 return (Frame->Index == CallIndex) ? Frame : nullptr;
919 unsigned CallIndex; member in struct:__anon17735::LValue
925 unsigned getLValueCallIndex() const { return CallIndex; }
931 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
934 Designator.IsOnePastTheEnd, CallIndex);
940 CallIndex = V.getLValueCallIndex();
947 CallIndex
[all...]

Completed in 315 milliseconds