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

  /external/clang/include/clang/AST/
APValue.h 56 typedef llvm::PointerUnion<const ValueDecl *, const Expr *> LValueBase;
139 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
143 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path,
242 const LValueBase getLValueBase() const;
370 void setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
372 void setLValue(LValueBase B, const CharUnits &O,
  /external/clang/lib/AST/
APValue.cpp 28 llvm::PointerIntPair<APValue::LValueBase, 1, bool> BaseAndIsOnePastTheEnd;
342 LValueBase Base = getLValueBase();
512 const APValue::LValueBase APValue::getLValueBase() const {
543 void APValue::setLValue(LValueBase B, const CharUnits &O, NoLValuePath,
554 void APValue::setLValue(LValueBase B, const CharUnits &O,
ExprConstant.cpp 54 static bool IsGlobalLValue(APValue::LValueBase B);
61 static QualType getType(APValue::LValueBase B) {
695 APValue::LValueBase Base;
700 const APValue::LValueBase getLValueBase() const { return Base; }
722 void set(APValue::LValueBase B, unsigned I = 0) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 901 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) {
    [all...]
CodeGenModule.cpp     [all...]

Completed in 33 milliseconds