Home
last modified time | relevance | path

Searched refs:NumLocations (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp62 auto NumLocations = LR.Locations.size(); in operator <<() local
63 for (size_t I = 0; I < NumLocations; ++I) { in operator <<()
68 const bool IsInlined = I + 1 != NumLocations; in operator <<()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5716 unsigned NumLocations) { in CreateDeserialized() argument
5717 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3240 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local
3245 ++NumLocations; in WritePragmaDiagnosticMappings()
3257 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
H A DASTReader.cpp6626 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local
6627 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4834 unsigned NumLocations);