Searched refs:HashLine (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Headers.cpp | 69 Inc.HashLine = in InclusionDirective() 73 if (LastPragmaKeepInMainFileLine == Inc.HashLine) in InclusionDirective() 371 << " at line" << Inc.HashLine; in operator <<() 375 return std::tie(LHS.Directive, LHS.FileKind, LHS.HashOffset, LHS.HashLine, in operator ==() 377 std::tie(RHS.Directive, RHS.FileKind, RHS.HashOffset, RHS.HashLine, in operator ==()
|
| H A D | IncludeCleaner.cpp | 507 D.Fixes.back().Edits.back().range.start.line = Inc->HashLine; in issueUnusedIncludesDiagnostics() 508 D.Fixes.back().Edits.back().range.end.line = Inc->HashLine + 1; in issueUnusedIncludesDiagnostics()
|
| H A D | Headers.h | 69 int HashLine = 0; // Line number containing the directive, 0-indexed. member
|
| H A D | Hover.cpp | 981 if (Inc.Resolved.empty() || Inc.HashLine != Pos.line) in getHover()
|
| H A D | XRefs.cpp | 234 if (!Inc.Resolved.empty() && Inc.HashLine == Pos.line) { in locateFileReferent()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ParsedASTTests.cpp | 108 return std::tie(Actual.HashLine, Actual.Written) == 109 std::tie(Expected.HashLine, Expected.Written);
|
| H A D | PreambleTests.cpp | 161 Field(&Inclusion::HashLine, 0)))); in TEST()
|
| H A D | HeadersTests.cpp | 145 MATCHER_P(includeLine, N, "") { return arg.HashLine == N; }
|