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

  /external/clang/include/clang/AST/
APValue.h 106 const AddrLabelExpr* LHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
341 return ((const AddrLabelDiffData*)(const char*)Data)->LHSExpr;
387 void setAddrLabelDiff(const AddrLabelExpr* LHSExpr,
389 ((AddrLabelDiffData*)(char*)Data)->LHSExpr = LHSExpr;
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 44 milliseconds