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

Declarations

tools/clang/include/clang/AST/APValue.h
  170     friend bool operator==(const LValueBase &LHS, const LValueBase &RHS);

References

tools/clang/include/clang/AST/APValue.h
  172       return !(LHS == RHS);
tools/clang/lib/AST/APValue.cpp
  143   return LHS == RHS;
tools/clang/lib/AST/ExprConstant.cpp
  666       return LHS.Base == RHS.Base && LHS.Path == RHS.Path;
 2142   if (This && Info.EvaluatingDecl == This->getLValueBase())