Home
last modified time | relevance | path

Searched defs:LineCol (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigTesting.h75 auto LineCol = SM.getLineAndColumn(L); in toPosition() local
/llvm-project/clang/unittests/Basic/
H A DSarifTest.cpp31 using LineCol = std::pair<unsigned int, unsigned int>; typedef
/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h254 uint32_t LineCol; ///< Line num: line_col >> 10, member
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp323 uint32_t LineCol = Extractor.getU32(C); in parseLineInfo() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigCompile.cpp711 std::pair<unsigned, unsigned> LineCol = {0, 0}; compile() local
H A DPreamble.cpp862 auto LineCol = offsetToClangLineColumn(Modified.Contents, Inc.HashOffset); create() local
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c776 } LineCol; typedef