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

  /external/clang/include/clang/AST/
APValue.h 65 struct NoLValuePath {};
139 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
370 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
  /external/clang/lib/AST/
APValue.cpp 156 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
543 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
ExprConstant.cpp 709 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
    [all...]

Completed in 1199 milliseconds