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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1846   TRY_TO(TraverseTypeLoc(Base.getTypeSourceInfo()->getTypeLoc()));
tools/clang/lib/AST/ASTImporter.cpp
 1870       auto TSIOrErr = import(Base1.getTypeSourceInfo());
 8569   Expected<TypeSourceInfo *> ToTSI = Import(BaseSpec->getTypeSourceInfo());
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  280           indexTypeSourceInfo(I.getTypeSourceInfo(), CXXRD, CXXRD, /*isBase=*/true);
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1960       collectUnexpandedParameterPacks(Base.getTypeSourceInfo()->getTypeLoc(),
 1980           TypeSourceInfo *BaseTypeLoc = SubstType(Base.getTypeSourceInfo(),
 2007       BaseTypeLoc = SubstType(Base.getTypeSourceInfo(),
 2012       BaseTypeLoc = SubstType(Base.getTypeSourceInfo(),
tools/clang/lib/Serialization/ASTWriter.cpp
 6121   AddTypeSourceInfo(Base.getTypeSourceInfo());
tools/clang/tools/extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
   41     const auto *BaseType = Base.getTypeSourceInfo()->getType().getTypePtr();
tools/clang/tools/libclang/CIndex.cpp
  553       if (TypeSourceInfo *BaseTSInfo = Base->getTypeSourceInfo()) {
 5860       if (TypeSourceInfo *TSInfo = BaseSpec->getTypeSourceInfo())
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  377   if (Base.getTypeSourceInfo())
  378     TL = Base.getTypeSourceInfo()->getTypeLoc();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2046                 base_class->getTypeSourceInfo();