| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| HD | SymbolOccurrences.cpp | 17 ArrayRef<SourceLocation> Locations) in SymbolOccurrence() argument 20 assert(Locations.size() == NamePieces.size() && in SymbolOccurrence() 22 assert(!Locations.empty() && "no locations"); in SymbolOccurrence() 23 if (Locations.size() == 1) { in SymbolOccurrence() 25 Locations[0], Locations[0].getLocWithOffset(NamePieces[0].size())); in SymbolOccurrence() 28 MultipleRanges = std::make_unique<SourceRange[]>(Locations.size()); in SymbolOccurrence() 30 SourceLocation::getFromRawEncoding(Locations.size())); in SymbolOccurrence() 31 for (const auto &Loc : llvm::enumerate(Locations)) { in SymbolOccurrence()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| HD | LookupResult.cpp | 21 if (Index < Locations.size()) { in getSourceFile() 22 if (!Locations[Index].Dir.empty()) { in getSourceFile() 23 if (Locations[Index].Base.empty()) { in getSourceFile() 24 Fullpath = Locations[Index].Dir; in getSourceFile() 27 llvm::sys::path::append(Storage, Locations[Index].Dir, in getSourceFile() 28 Locations[Index].Base); in getSourceFile() 31 } else if (!Locations[Index].Base.empty()) in getSourceFile() 32 Fullpath = Locations[Index].Base; in getSourceFile() 56 auto NumLocations = LR.Locations.size(); in operator <<() 63 OS << LR.Locations[I]; in operator <<()
|
| HD | FunctionInfo.cpp | 223 LR.Locations.push_back(SrcLoc); in lookup() 238 LR.Locations.push_back(SrcLoc); in lookup() 245 LR.Locations); in lookup()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | StatepointLowering.h | 53 auto I = Locations.find(Val); in getLocation() 54 if (I == Locations.end()) in getLocation() 60 assert(!Locations.count(Val) && in setLocation() 62 Locations[Val] = Location; in setLocation() 111 DenseMap<SDValue, SDValue> Locations;
|
| HD | StatepointLowering.cpp | 76 Locations.clear(); in startNewStatepoint() 86 Locations.clear(); in clear()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | StackMaps.cpp | 179 const LocationVec &CSLocs = CSI.Locations; in print() 304 LocationVec Locations; in recordStackMapOpers() local 309 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers() 315 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers() 319 for (auto &Loc : Locations) { in recordStackMapOpers() 345 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 383 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local 387 assert(Locations[i].Type == Location::Register && in recordPatchPoint() 496 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Initialization.h | 590 SourceLocation Locations[3]; variable 595 Locations[0] = Loc1; in InitializationKind() 596 Locations[1] = Loc2; in InitializationKind() 597 Locations[2] = Loc3; in InitializationKind() 713 SourceLocation getLocation() const { return Locations[0]; } in getLocation() 717 return SourceRange(Locations[0], Locations[2]); in getRange() 724 return Locations[1]; in getEqualLoc() 754 return SourceRange(Locations[1], Locations[2]); in getParenOrBraceRange()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | StackMaps.h | 253 LocationVec Locations; member 258 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo() 259 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | SarifDiagnostics.cpp | 253 json::Array Locations; in createThreadFlow() local 256 Locations.push_back(createThreadFlowLocation( in createThreadFlow() 264 return json::Object{{"locations", std::move(Locations)}}; in createThreadFlow()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | PromoteMemoryToRegister.cpp | 167 : BB(B), Pred(P), Values(std::move(V)), Locations(std::move(L)) {} in RenamePassData() 172 LocationVector Locations; member 643 RenamePassData::LocationVector Locations(Allocas.size()); in run() local 649 std::move(Locations)); in run() 654 RenamePass(RPD.BB, RPD.Pred, RPD.Values, RPD.Locations, RenamePassWorkList); in run()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
| HD | SymbolOccurrences.h | 64 ArrayRef<SourceLocation> Locations);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| HD | LookupResult.h | 52 SourceLocations Locations; member
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFDebugLoc.h | 99 LocationLists Locations; variable
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplateVariadic.cpp | 352 SmallVector<SourceLocation, 4> Locations; in DiagnoseUnexpandedParameterPacks() local 368 Locations.push_back(Unexpanded[I].second); in DiagnoseUnexpandedParameterPacks() 376 for (unsigned I = 0, N = Locations.size(); I != N; ++I) in DiagnoseUnexpandedParameterPacks() 377 DB << SourceRange(Locations[I]); in DiagnoseUnexpandedParameterPacks()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExprConstant.cpp | 1452 llvm::DenseMap<llvm::GlobalVariable*, llvm::Constant*> Locations; member 1483 assert(Locations.size() == PlaceholderAddresses.size() && in replaceInInitializer() 1490 for (auto &entry : Locations) { in replaceInInitializer() 1531 assert(Locations.find(placeholder) == Locations.end() && in setLocation() 1562 Locations.insert({placeholder, location}); in setLocation()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | DebugInfoMetadata.cpp | 89 SmallSet<std::pair<DIScope *, DILocation *>, 5> Locations; in getMergedLocation() local 93 Locations.insert(std::make_pair(S, L)); in getMergedLocation() 104 if (Locations.count(std::make_pair(S, L))) in getMergedLocation()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | DeclObjC.h | 102 SourceLocation *Locations = nullptr; variable 111 loc_iterator loc_begin() const { return Locations; } in loc_begin() 112 loc_iterator loc_end() const { return Locations + size(); } in loc_end()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclObjC.cpp | 58 Locations = new (Ctx) SourceLocation[Elts]; in set() 59 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts); in set()
|
| /freebsd-11-stable/contrib/flex/ |
| HD | flex.skl | 1231 m4_dnl Locations are used. yylex should also accept the ylloc parameter.
|
| /freebsd-11-stable/contrib/tzdata/ |
| HD | NEWS | 1684 Locations while uninhabited now use '-00', not 'zzz', as a
|