/llvm-project/clang/tools/libclang/ |
H A D | CXSourceLocation.cpp | 190 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 D | CXLoadedDiagnostic.h | 75 unsigned column = 0; member
|
/llvm-project/lldb/source/API/ |
H A D | SBSourceManager.cpp | 38 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 D | SBDeclaration.cpp | 103 void SBDeclaration::SetColumn(uint32_t column) { in SetColumn()
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Matrix.h | 62 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 D | SourceLocationSpec.cpp | 18 std::optional<uint16_t> column, in SourceLocationSpec() 79 uint16_t column = m_declaration.GetColumn(); in GetColumn() local
|
H A D | Highlighter.cpp | 44 size_t column = *cursor_pos; in Highlight() local
|
H A D | SourceManager.cpp | 218 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 D | builtin_source_location.c | 8 int column = __builtin_COLUMN(); in main() local
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 37 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 D | BreakpointResolver.cpp | 183 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 D | general.pass.cpp | 45 std::same_as<std::uint_least32_t> auto column = empty.column(); variable
|
/llvm-project/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/clang/bindings/python/tests/cindex/ |
H A D | test_location.py | 22 assert_location(self, loc, line, column, offset) global() argument [all...] |
/llvm-project/lldb/tools/lldb-dap/ |
H A D | Breakpoint.cpp | 59 const auto column = line_entry.GetColumn(); CreateJsonObject() local
|
H A D | SourceBreakpoint.h | 32 uint32_t column; ///< An optional source column of the breakpoint global() member
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Declaration.h | 175 SetColumn(uint16_t column) SetColumn() argument [all...] |
/llvm-project/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 | 151 uint16_t column = 0; member
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | LocationParser.cpp | 125 auto column = getToken().getUnsignedIntegerValue(); parseNameOrFileLineColLocation() local
|
/llvm-project/lldb/source/Utility/ |
H A D | StreamString.cpp | 53 void StreamString::FillLastLineToColumn(uint32_t column, char fill_char) { in FillLastLineToColumn()
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolLocation.h | 37 uint32_t column() const { return LineColumnPacked & MaxColumn; } in column() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 50 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 D | source.h | 48 int line, column; member
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestLineEntry.cpp | 58 uint32_t line, std::optional<uint16_t> column = std::nullopt) { in GetLineEntriesForLine()
|