Searched defs:LineCol (Results 1 – 6 of 6) sorted by relevance
74 auto LineCol = SM.getLineAndColumn(L); in toPosition() local
32 using LineCol = std::pair<unsigned int, unsigned int>; typedef
246 uint32_t LineCol; ///< Line num: line_col >> 10, member
607 std::pair<unsigned, unsigned> LineCol = {0, 0}; in compile() local
680 auto LineCol = offsetToClangLineColumn(Modified.Contents, Inc.HashOffset); in create() local
732 } LineCol; typedef