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

References

tools/clang/include/clang/AST/DataCollection.h
   44 void addDataToConsumer(T &DataConsumer, llvm::StringRef Str) {
   48 template <class T> void addDataToConsumer(T &DataConsumer, const QualType &QT) {
   57 addDataToConsumer(T &DataConsumer, Type Data) {
tools/clang/lib/Analysis/CloneDetection.cpp
  181     : public ConstStmtVisitor<CloneTypeIIStmtDataCollector<T>> {
  184   T &DataConsumer;
  192                                T &DataConsumer)
  318                                     FoldingSetNodeIDWrapper &OutputData) {
  341   FoldingSetNodeIDWrapper LHSWrapper(DataLHS);
  342   FoldingSetNodeIDWrapper RHSWrapper(DataRHS);