reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/APValue.h
  442   const LValueBase getLValueBase() const;

References

tools/clang/lib/AST/APValue.cpp
  271       setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
  274       setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), NoLValuePath(),
  519     LValueBase Base = getLValueBase();
  725   if (isLValue() && !getLValueBase()) {
tools/clang/lib/AST/ExprConstant.cpp
  292         if (V.getLValueBase()) {
  296               Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize,
 1490       Base = V.getLValueBase();
 2275   if (!Value.getLValueBase()) {
 2283   const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>();
10107   APValue::LValueBase Base = LV.getLValueBase();
11331     const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
11332     const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
13763   return IsGlobalLValue(Val.getLValueBase());
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1803   const APValue::LValueBase &base = Value.getLValueBase();
tools/clang/lib/Sema/SemaTemplate.cpp
 5821   if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) ||
 6504       APValue::LValueBase Base = Value.getLValueBase();