Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5645 unsigned NumLocations) { in CreateDeserialized() argument
5646 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3102 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local
3107 ++NumLocations; in WritePragmaDiagnosticMappings()
3121 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
H A DASTReader.cpp6620 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local
6621 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4807 unsigned NumLocations);