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

References

tools/clang/include/clang/AST/Expr.h
  124     ExprBits.ValueDependent = VD;
  158   bool isValueDependent() const { return ExprBits.ValueDependent; }
  162     ExprBits.ValueDependent = VD;
 4439       ExprBits.ValueDependent |= expr->isValueDependent();
tools/clang/lib/AST/Expr.cpp
  469   ExprBits.ValueDependent |= ValueDependent;
 1433     ExprBits.ValueDependent = true;
 1585       ExprBits.ValueDependent = true;
 2231       ExprBits.ValueDependent = true;
 4112       ExprBits.ValueDependent = true;
 4262         ExprBits.TypeDependent = ExprBits.ValueDependent = true;
 4277         ExprBits.TypeDependent = ExprBits.ValueDependent = true;
 4428       ExprBits.ValueDependent = true;
 4523       ExprBits.ValueDependent = true;
 4571       ExprBits.ValueDependent = true;
tools/clang/lib/AST/ExprCXX.cpp
  198         ExprBits.ValueDependent = true;
  210       ExprBits.ValueDependent = true;
  221       ExprBits.ValueDependent = true;
  478         ExprBits.ValueDependent = true;
  502       ExprBits.ValueDependent = true;
 1118       ExprBits.ValueDependent = true;
tools/clang/lib/AST/ExprObjC.cpp
   34       ExprBits.ValueDependent = true;
   72       ExprBits.ValueDependent = true;
  189       ExprBits.ValueDependent = true;