Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DConfigTesting.h74 auto LineCol = SM.getLineAndColumn(L); in toPosition() local
/llvm-project-15.0.7/clang/unittests/Basic/
H A DSarifTest.cpp32 using LineCol = std::pair<unsigned int, unsigned int>; typedef
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTF.h246 uint32_t LineCol; ///< Line num: line_col >> 10, member
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp607 std::pair<unsigned, unsigned> LineCol = {0, 0}; in compile() local
H A DPreamble.cpp680 auto LineCol = offsetToClangLineColumn(Modified.Contents, Inc.HashOffset); in create() local
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c732 } LineCol; typedef