Home
last modified time | relevance | path

Searched refs:SourceLocations (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
51 SourceLocations Locations;
H A DInlineInfo.h123 SourceLocations &SrcLocs);
/llvm-project-15.0.7/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp37 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef
38 typedef std::map<uint64_t, SourceLocations> NativeCodeMap;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeSorter.h60 SourceRangeVector SourceLocations; variable
H A DIncludeSorter.cpp139 SourceLocations.push_back(IncludeLocations[FileName].back()); in addInclude()
164 if (SourceLocations.empty()) { in createIncludeInsertion()
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp109 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, in lookup()
161 SourceLocations &SrcLocs) { in lookup()
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt29 libbasic - Diagnostics, SourceLocations, SourceBuffer abstraction,