Searched refs:HashLine (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | Headers.cpp | 55 Inc.HashLine = in InclusionDirective() 270 << " at line" << Inc.HashLine; in operator <<() 274 return std::tie(LHS.Directive, LHS.FileKind, LHS.HashOffset, LHS.HashLine, in operator ==() 276 std::tie(RHS.Directive, RHS.FileKind, RHS.HashOffset, RHS.HashLine, in operator ==()
|
D | Headers.h | 59 int HashLine = 0; // Line number containing the directive, 0-indexed. member
|
D | XRefs.cpp | 233 if (!Inc.Resolved.empty() && Inc.HashLine == Pos.line) { in locateFileReferent()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ParsedASTTests.cpp | 104 return std::tie(Actual.HashLine, Actual.Written) == 105 std::tie(Expected.HashLine, Expected.Written);
|
D | HeadersTests.cpp | 133 MATCHER_P(IncludeLine, N, "") { return arg.HashLine == N; }
|
D | PreambleTests.cpp | 164 Field(&Inclusion::HashLine, 0)))); in TEST()
|