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
138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
142 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path,
248 const LValueBase getLValueBase() const;
376 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
378 void setLValue(LValueBase B, const CharUnits &O,

Completed in 110 milliseconds