Searched defs: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:__anon1125::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.cpp570 CallStackFrame *getCallFrame(unsigned CallIndex) { argument
571 assert(CallIndex && "no call index in getCallFrame");
575 while (Frame->Index > CallIndex)
577 return (Frame->Index == CallIndex) ? Frame : nullptr;
996 unsigned CallIndex : 31; member in struct:__anon1152::LValue
1002 unsigned getLValueCallIndex() const { return CallIndex; }
1008 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
1011 Designator.IsOnePastTheEnd, CallIndex);
1018 CallIndex = V.getLValueCallIndex();
1026 CallIndex
[all...]

Completed in 70 milliseconds