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

References

tools/clang/lib/Analysis/Consumed.cpp
  352   PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {}
  377     assert(InfoType == IT_Var);
  413   bool isVar() const { return InfoType == IT_Var; }
  421     return InfoType == IT_Var || InfoType == IT_Tmp;