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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1268   TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
tools/clang/lib/Sema/TreeTransform.h
 5677   TypeSourceInfo* Old_Under_TI = TL.getUnderlyingTInfo();
tools/clang/lib/Serialization/ASTWriter.cpp
  748   Record.AddTypeSourceInfo(TL.getUnderlyingTInfo());
tools/clang/tools/libclang/CIndex.cpp
 1713   if (TypeSourceInfo *TSInfo = TL.getUnderlyingTInfo())