HomeSort by relevance Sort by last modified time
    Searched refs:CallIndex (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
APValue.h 139 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
141 MakeLValue(); setLValue(B, O, N, CallIndex);
144 bool OnePastTheEnd, unsigned CallIndex)
146 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex);
371 unsigned CallIndex);
374 unsigned CallIndex);
  /external/clang/lib/AST/
APValue.cpp 31 unsigned CallIndex;
540 return ((const LV*)(const char*)Data)->CallIndex;
544 unsigned CallIndex) {
550 LVal.CallIndex = CallIndex;
556 unsigned CallIndex) {
562 LVal.CallIndex = CallIndex;
ExprConstant.cpp 427 CallStackFrame *getCallFrame(unsigned CallIndex) {
428 assert(CallIndex && "no call index in getCallFrame");
432 while (Frame->Index > CallIndex)
434 return (Frame->Index == CallIndex) ? Frame : 0;
697 unsigned CallIndex;
703 unsigned getLValueCallIndex() const { return CallIndex; }
709 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
712 Designator.IsOnePastTheEnd, CallIndex);
718 CallIndex = V.getLValueCallIndex();
725 CallIndex = I
    [all...]

Completed in 34 milliseconds