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

Declarations

tools/clang/include/clang/AST/APValue.h
  448   bool hasLValuePath() const;

References

tools/clang/lib/AST/APValue.cpp
  270     if (RHS.hasLValuePath())
  533     if (!hasLValuePath()) {
  754   assert(isLValue() && hasLValuePath() && "Invalid accessor");
tools/clang/lib/AST/ExprConstant.cpp
  284         : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
11260   assert(!LVal.hasLValuePath() && "have designator for integer lvalue");
tools/clang/lib/Sema/SemaTemplate.cpp
 6517       if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 &&
 6524       } else if (!Value.hasLValuePath() || Value.getLValuePath().size() ||