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

References

tools/clang/lib/Analysis/Consumed.cpp
  772   CXXConstructorDecl *Constructor = Call->getConstructor();
  783     PropagationMap.insert(PairType(Call, PropagationInfo(RetState)));
  785     PropagationMap.insert(PairType(Call,
  788     copyInfo(Call->getArg(0), Call, CS_Consumed);
  788     copyInfo(Call->getArg(0), Call, CS_Consumed);
  794     copyInfo(Call->getArg(0), Call, NS);
  794     copyInfo(Call->getArg(0), Call, NS);
  798     PropagationMap.insert(PairType(Call, PropagationInfo(RetState)));