Home
last modified time | relevance | path

Searched defs:SourceLocations (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h38 using SourceLocations = std::vector<SourceLocation>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp37 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef