Searched refs:LineCol (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ConfigTesting.h | 74 auto LineCol = SM.getLineAndColumn(L); in toPosition() local 76 P.line = LineCol.first - 1; in toPosition() 77 P.character = LineCol.second - 1; in toPosition()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTF.h | 234 uint32_t LineCol; ///< Line num: line_col >> 10, member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTF.h | 234 uint32_t LineCol; ///< Line num: line_col >> 10, member
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | ConfigCompile.cpp | 410 std::pair<unsigned, unsigned> LineCol = {0, 0}; in compile() local 413 LineCol = SM->getLineAndColumn(Source.Location, BufID); in compile() 419 vlog("Config fragment: compiling {0}:{1} -> {2}", ConfigFile, LineCol.first, in compile()
|
D | Preamble.cpp | 474 auto LineCol = offsetToClangLineColumn(Modified.Contents, Inc.HashOffset); in create() local 475 Patch << llvm::formatv("#line {0}\n", LineCol.first); in create()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 649 } LineCol; typedef 652 const LineCol *lhs = p1; in lineCol_cmp() 653 const LineCol *rhs = p2; in lineCol_cmp() 870 LineCol lineCols[50]; in PrintCursor() 880 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp); in PrintCursor()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 731 } LineCol; typedef 734 const LineCol *lhs = p1; in lineCol_cmp() 735 const LineCol *rhs = p2; in lineCol_cmp() 1036 LineCol lineCols[50]; in PrintCursor() 1046 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp); in PrintCursor()
|