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

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  186       if (const TypeSourceInfo *TSI = A.getTypeSourceInfo())
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2355     if (TypeSourceInfo *TSI = Assoc.getTypeSourceInfo())
tools/clang/lib/AST/JSONNodeDumper.cpp
  179   JOS.attribute("associationKind", A.getTypeSourceInfo() ? "case" : "default");
tools/clang/lib/AST/TextNodeDumper.cpp
  324   const TypeSourceInfo *TSI = A.getTypeSourceInfo();
tools/clang/lib/Sema/SemaExprObjC.cpp
 4362       subTypes.push_back(assoc.getTypeSourceInfo());
tools/clang/lib/Sema/SemaPseudoObject.cpp
  154           assocTypes.push_back(assoc.getTypeSourceInfo());
tools/clang/lib/Sema/TreeTransform.h
 9372     TypeSourceInfo *TSI = Assoc.getTypeSourceInfo();