Home | History | Annotate | Download | only in AST

Lines Matching defs:LV

35 struct APValue::LV : LVBase {
47 LV() { PathLength = (unsigned)-1; }
48 ~LV() { resizePath(0); }
201 ((LV*)(char*)Data)->~LV();
514 return ((const LV*)(const void*)Data)->BaseAndIsOnePastTheEnd.getPointer();
519 return ((const LV*)(const void*)Data)->BaseAndIsOnePastTheEnd.getInt();
524 return ((LV*)(void*)Data)->Offset;
529 return ((const LV*)(const char*)Data)->hasPath();
534 const LV &LVal = *((const LV*)(const char*)Data);
540 return ((const LV*)(const char*)Data)->CallIndex;
546 LV &LVal = *((LV*)(char*)Data);
558 LV &LVal = *((LV*)(char*)Data);
587 assert(sizeof(LV) <= MaxSize && "LV too big");
588 new ((void*)(char*)Data) LV();