Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp4674 unsigned NumLocations) { in CreateDeserialized() argument
4675 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3103 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local
3108 ++NumLocations; in WritePragmaDiagnosticMappings()
3122 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
H A DASTReader.cpp5799 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local
5800 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h4190 unsigned NumLocations);