Home
last modified time | relevance | path

Searched defs:column (Results 1 – 25 of 60) sorted by relevance

123

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h51 int64_t &at(unsigned row, unsigned column) { in at()
57 int64_t at(unsigned row, unsigned column) const { in at()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXSourceLocation.cpp118 unsigned column) { in clang_getLocation()
177 unsigned *column, unsigned *offset) { in createNullLocation()
189 unsigned *column, unsigned *offset = nullptr) { in createNullLocation()
225 unsigned *column, in clang_getExpansionLocation()
266 unsigned *column) { in clang_getPresumedLocation()
297 unsigned *column, in clang_getInstantiationLocation()
306 unsigned *column, in clang_getSpellingLocation()
343 unsigned *column, in clang_getFileLocation()
H A DCXLoadedDiagnostic.h75 unsigned column; member
/llvm-project-15.0.7/lldb/source/API/
H A DSBSourceManager.cpp39 uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers()
110 const uint32_t column = 0; in DisplaySourceLinesWithLineNumbers() local
117 const SBFileSpec &file, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbersAndColumn()
H A DSBDeclaration.cpp103 void SBDeclaration::SetColumn(uint32_t column) { in SetColumn()
H A DSBLineEntry.cpp122 void SBLineEntry::SetColumn(uint32_t column) { in SetColumn()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp34 uint16_t column; in CreateFromStructuredData() local
231 const llvm::Optional<uint16_t> column = m_location_spec.GetColumn(); in SearchCallback() local
276 auto column = m_location_spec.GetColumn(); in GetDescription() local
H A DBreakpointResolver.cpp182 uint16_t column; member
204 llvm::StringRef log_ident, uint32_t line, llvm::Optional<uint16_t> column) { in SetSCMatchesByLine()
/llvm-project-15.0.7/clang/test/Parser/
H A Dbuiltin_source_location.c8 int column = __builtin_COLUMN(); in main() local
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceLocationSpec.cpp16 llvm::Optional<uint16_t> column, in SourceLocationSpec()
77 uint16_t column = m_declaration.GetColumn(); in GetColumn() local
H A DHighlighter.cpp43 size_t column = *cursor_pos; in Highlight() local
H A DSourceManager.cpp164 uint32_t start_line, uint32_t count, uint32_t curr_line, uint32_t column, in DisplaySourceLinesWithLineNumbersUsingLastFile()
253 const FileSpec &file_spec, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers()
314 const uint32_t column = 0; in DisplayMoreWithLineNumbers() local
560 llvm::Optional<size_t> column, in DisplaySourceLines()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DSourceBreakpoint.h20 uint32_t column; ///< An optional source column of the breakpoint member
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_location.py20 def assert_location(self, loc, line, column, offset): argument
/llvm-project-15.0.7/lldb/unittests/Core/
H A DSourceLocationSpecTest.cpp47 const uint16_t column = 4; in TEST() local
72 uint16_t column = LLDB_INVALID_COLUMN_NUMBER) { in Create()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp78 void Matrix::swapColumns(unsigned column, unsigned otherColumn) { in swapColumns()
209 void Matrix::negateColumn(unsigned column) { in negateColumn()
215 for (unsigned column = 0, e = getNumColumns(); column < e; ++column) in negateRow() local
252 for (unsigned column = 0; column < nColumns; ++column) in print() local
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDeclaration.h175 void SetColumn(uint16_t column) { m_column = column; } in SetColumn()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DLocationParser.cpp120 auto column = getToken().getUnsignedIntegerValue(); in parseNameOrFileLineColLocation() local
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DLineTable.h299 uint16_t column = 0; member
354 const uint16_t column = in FindLineEntryIndexByFileIndexImpl() local
H A DLineEntry.h146 uint16_t column = member
/llvm-project-15.0.7/lldb/source/Utility/
H A DStreamString.cpp53 void StreamString::FillLastLineToColumn(uint32_t column, char fill_char) { in FillLastLineToColumn()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dsource.h40 int line, column; member
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolLocation.h37 uint32_t column() const { return LineColumnPacked & MaxColumn; } in column() function
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h50 unsigned line, unsigned column, bool prologueend, bool isstmt) in MCCVLoc()
85 void setColumn(unsigned column) { in setColumn()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestLineEntry.cpp56 uint32_t line, llvm::Optional<uint16_t> column = llvm::None) { in GetLineEntriesForLine()

123