| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Matrix.h | 51 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 D | CXSourceLocation.cpp | 118 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 D | CXLoadedDiagnostic.h | 75 unsigned column; member
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBSourceManager.cpp | 39 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 D | SBDeclaration.cpp | 103 void SBDeclaration::SetColumn(uint32_t column) { in SetColumn()
|
| H A D | SBLineEntry.cpp | 122 void SBLineEntry::SetColumn(uint32_t column) { in SetColumn()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 34 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 D | BreakpointResolver.cpp | 182 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 D | builtin_source_location.c | 8 int column = __builtin_COLUMN(); in main() local
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | SourceLocationSpec.cpp | 16 llvm::Optional<uint16_t> column, in SourceLocationSpec() 77 uint16_t column = m_declaration.GetColumn(); in GetColumn() local
|
| H A D | Highlighter.cpp | 43 size_t column = *cursor_pos; in Highlight() local
|
| H A D | SourceManager.cpp | 164 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 D | SourceBreakpoint.h | 20 uint32_t column; ///< An optional source column of the breakpoint member
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_location.py | 20 def assert_location(self, loc, line, column, offset): argument
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | SourceLocationSpecTest.cpp | 47 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 D | Matrix.cpp | 78 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 D | Declaration.h | 175 void SetColumn(uint16_t column) { m_column = column; } in SetColumn()
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | LocationParser.cpp | 120 auto column = getToken().getUnsignedIntegerValue(); in parseNameOrFileLineColLocation() local
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 299 uint16_t column = 0; member 354 const uint16_t column = in FindLineEntryIndexByFileIndexImpl() local
|
| H A D | LineEntry.h | 146 uint16_t column = member
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | StreamString.cpp | 53 void StreamString::FillLastLineToColumn(uint32_t column, char fill_char) { in FillLastLineToColumn()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | source.h | 40 int line, column; member
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | SymbolLocation.h | 37 uint32_t column() const { return LineColumnPacked & MaxColumn; } in column() function
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 50 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 D | TestLineEntry.cpp | 56 uint32_t line, llvm::Optional<uint16_t> column = llvm::None) { in GetLineEntriesForLine()
|