Home
last modified time | relevance | path

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

123

/llvm-project/clang/tools/libclang/
H A DCXSourceLocation.cpp190 unsigned *column, unsigned *offset) { in createNullLocation() argument
119 clang_getLocation(CXTranslationUnit TU,CXFile file,unsigned line,unsigned column) clang_getLocation() argument
178 createNullLocation(CXFile * file,unsigned * line,unsigned * column,unsigned * offset) createNullLocation() argument
226 clang_getExpansionLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getExpansionLocation() argument
267 clang_getPresumedLocation(CXSourceLocation location,CXString * filename,unsigned * line,unsigned * column) clang_getPresumedLocation() argument
298 clang_getInstantiationLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getInstantiationLocation() argument
307 clang_getSpellingLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getSpellingLocation() argument
343 clang_getFileLocation(CXSourceLocation location,CXFile * file,unsigned * line,unsigned * column,unsigned * offset) clang_getFileLocation() argument
[all...]
H A DCXLoadedDiagnostic.h75 unsigned column = 0; member
/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp38 uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers() argument
109 const uint32_t column = 0; in DisplaySourceLinesWithLineNumbers() local
116 const SBFileSpec &file, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbersAndColumn() argument
H A DSBDeclaration.cpp103 void SBDeclaration::SetColumn(uint32_t column) { in SetColumn()
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h62 T &at(unsigned row, unsigned column) { in at()
68 T at(unsigned row, unsigned column) const { in at()
/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp18 std::optional<uint16_t> column, in SourceLocationSpec()
79 uint16_t column = m_declaration.GetColumn(); in GetColumn() local
H A DHighlighter.cpp44 size_t column = *cursor_pos; in Highlight() local
H A DSourceManager.cpp218 DisplaySourceLinesWithLineNumbersUsingLastFile(uint32_t start_line,uint32_t count,uint32_t curr_line,uint32_t column,const char * current_line_cstr,Stream * s,const SymbolContextList * bp_locs) DisplaySourceLinesWithLineNumbersUsingLastFile() argument
308 DisplaySourceLinesWithLineNumbers(const FileSpec & file_spec,uint32_t line,uint32_t column,uint32_t context_before,uint32_t context_after,const char * current_line_cstr,Stream * s,const SymbolContextList * bp_locs) DisplaySourceLinesWithLineNumbers() argument
369 const uint32_t column = 0; DisplayMoreWithLineNumbers() local
619 DisplaySourceLines(uint32_t line,std::optional<size_t> column,uint32_t context_before,uint32_t context_after,Stream * s) DisplaySourceLines() argument
[all...]
/llvm-project/clang/test/Parser/
H A Dbuiltin_source_location.c8 int column = __builtin_COLUMN(); in main() local
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp37 uint16_t column; CreateFromStructuredData() local
291 const std::optional<uint16_t> column = m_location_spec.GetColumn(); SearchCallback() local
326 auto column = m_location_spec.GetColumn(); GetDescription() local
[all...]
H A DBreakpointResolver.cpp183 uint16_t column; global() member
205 SetSCMatchesByLine(SearchFilter & filter,SymbolContextList & sc_list,bool skip_prologue,llvm::StringRef log_ident,uint32_t line,std::optional<uint16_t> column) SetSCMatchesByLine() argument
[all...]
/llvm-project/libcxx/test/std/language.support/support.srcloc/
H A Dgeneral.pass.cpp45 std::same_as<std::uint_least32_t> auto column = empty.column(); variable
/llvm-project/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/clang/bindings/python/tests/cindex/
H A Dtest_location.py22 assert_location(self, loc, line, column, offset) global() argument
[all...]
/llvm-project/lldb/tools/lldb-dap/
H A DBreakpoint.cpp59 const auto column = line_entry.GetColumn(); CreateJsonObject() local
H A DSourceBreakpoint.h32 uint32_t column; ///< An optional source column of the breakpoint global() member
/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h175 SetColumn(uint16_t column) SetColumn() argument
[all...]
/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h299 uint16_t column = 0; member
354 const uint16_t column = in FindLineEntryIndexByFileIndexImpl() local
H A DLineEntry.h151 uint16_t column = 0; member
/llvm-project/mlir/lib/AsmParser/
H A DLocationParser.cpp125 auto column = getToken().getUnsignedIntegerValue(); parseNameOrFileLineColLocation() local
/llvm-project/lldb/source/Utility/
H A DStreamString.cpp53 void StreamString::FillLastLineToColumn(uint32_t column, char fill_char) { in FillLastLineToColumn()
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolLocation.h37 uint32_t column() const { return LineColumnPacked & MaxColumn; } in column() function
/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h50 unsigned line, unsigned column, bool prologueend, bool isstmt) in MCCVLoc() argument
85 void setColumn(unsigned column) { in setColumn() argument
/llvm-project/flang/include/flang/Parser/
H A Dsource.h48 int line, column; member
/llvm-project/lldb/unittests/Symbol/
H A DTestLineEntry.cpp58 uint32_t line, std::optional<uint16_t> column = std::nullopt) { in GetLineEntriesForLine()

123