HomeSort by relevance Sort by last modified time
    Searched defs:LVal (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
APValue.cpp 533 const LV &LVal = *((const LV*)(const char*)Data);
534 return ArrayRef<LValuePathEntry>(LVal.getPath(), LVal.PathLength);
545 LV &LVal = *((LV*)(char*)Data);
546 LVal.BaseAndIsOnePastTheEnd.setPointer(B);
547 LVal.BaseAndIsOnePastTheEnd.setInt(false);
548 LVal.Offset = O;
549 LVal.CallIndex = CallIndex;
550 LVal.resizePath((unsigned)-1);
557 LV &LVal = *((LV*)(char*)Data)
    [all...]
ExprConstant.cpp     [all...]

Completed in 36 milliseconds