Searched defs:LValueBase (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h56 typedef llvm::PointerUnion<const ValueDecl *, const Expr *> LValueBase; typedef in class:clang::APValue
139 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
143 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path,
249 const LValueBase getLValueBase() const;
377 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
379 void setLValue(LValueBase B, const CharUnits &O,

Completed in 126 milliseconds