| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/remote/ |
| H A D | MarshallingTests.cpp | 62 Location.Start.setLine(1); in createSymbol() 64 Location.End.setLine(3); in createSymbol() 69 Location.Start.setLine(42); in createSymbol() 71 Location.End.setLine(20); in createSymbol() 219 Location.Start.setLine(124); in TEST() 221 Location.End.setLine(3213); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | SymbolLocation.cpp | 17 void SymbolLocation::Position::setLine(uint32_t L) { in setLine() function in clang::clangd::SymbolLocation::Position
|
| H A D | SymbolLocation.h | 34 void setLine(uint32_t Line);
|
| H A D | SymbolCollector.cpp | 105 Pos.setLine(LSPLoc.line); in getTokenRange() 656 R.Location.Start.setLine(Range.start.line); in handleMacros() 658 R.Location.End.setLine(Range.end.line); in handleMacros()
|
| H A D | YAMLSerialization.cpp | 124 Pos.setLine(P.Line); in denormalize()
|
| H A D | Serialization.cpp | 280 Endpoint->setLine(Data.consumeVar()); in readLocation()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 82 void setLine(unsigned line) { Line = line; } in setLine() function
|
| H A D | MCDwarf.h | 153 void setLine(unsigned line) { Line = line; } in setLine() function
|
| H A D | MCContext.h | 773 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | IndexTests.cpp | 48 Pos.setLine(1); in TEST() 54 Pos.setLine(Position::MaxLine + 1); // overflow in TEST() 57 Pos.setLine(1); // reset the overflowed line. in TEST()
|
| H A D | RenameTests.cpp | 53 Result.Location.Start.setLine(Range.start.line); in refWithRange() 55 Result.Location.End.setLine(Range.end.line); in refWithRange()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 439 void setLine(const SCEV *A, const SCEV *B,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/ |
| H A D | Marshalling.cpp | 350 Result.setLine(static_cast<uint32_t>(Message.line())); in fromProtobuf()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 385 void DependenceInfo::Constraint::setLine(const SCEV *AA, const SCEV *BB, in setLine() function in DependenceInfo::Constraint 1244 NewConstraint.setLine(Coeff, in strongSIVtest() 1317 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest() 1519 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), Delta, in exactSIVtest() 1714 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest() 1823 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 502 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 148 SymLoc.Start.setLine(Loc.range.start.line); in toIndexLocation() 150 SymLoc.End.setLine(Loc.range.end.line); in toIndexLocation()
|