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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1277   TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
tools/clang/lib/Sema/TreeTransform.h
 5739       getDerived().TransformType(TL.getUnderlyingTInfo())->getType();
 5750   NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo());
tools/clang/lib/Serialization/ASTWriter.cpp
  759   Record.AddTypeSourceInfo(TL.getUnderlyingTInfo());
tools/clang/tools/libclang/CIndex.cpp
 1720   if (TypeSourceInfo *TSInfo = TL.getUnderlyingTInfo())