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

Declarations

tools/clang/include/clang/AST/APValue.h
  447   bool isLValueOnePastTheEnd() const;

References

tools/clang/lib/AST/APValue.cpp
  272                 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer());
  575     else if (isLValueOnePastTheEnd())
  625     if (isLValueOnePastTheEnd()) {
tools/clang/lib/AST/ExprConstant.cpp
  289         IsOnePastTheEnd = V.isLValueOnePastTheEnd();
tools/clang/lib/Sema/SemaTemplate.cpp
 6520           !Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) {
 6525                  Value.isLValueOnePastTheEnd()) {