/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.h | 46 struct Column { struct 61 IndexedMap<Column> ActiveCols; argument
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 27 struct Column { struct 28 enum TrimKind { NoTrim, WidthTrim, RightTrim }; 30 enum AlignmentKind { LeftAlignment, RightAlignment }; 32 StringRef Str; 33 unsigned Width; 34 TrimKind Trim; 35 AlignmentKind Alignment; 37 Column(StringRef Str, unsigned Width) in Column() function 40 Column &set(TrimKind Value) { in set() 45 Column &set(AlignmentKind Value) { in set() [all …]
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 47 u32 Column; variable 51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() argument
|
/llvm-project/clang/lib/Format/ |
H A D | FormatToken.cpp | 122 unsigned Column = 0; in formatAfterToken() local 269 unsigned Column = 0; in precomputeFormattingInfos() local [all...] |
H A D | FormatTokenLexer.h | 115 unsigned Column; variable
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIALineNumber.cpp | 28 DWORD Column = 0; in getColumnNumber() local
|
/llvm-project/llvm/lib/Support/ |
H A D | FormattedStream.cpp | 27 unsigned &Column = Position.first; in UpdatePosition() local
|
H A D | UnicodeNameToCodepoint.cpp | 260 char &PreviousInName, int &Pos, int Column) { in findSyllable() 485 auto Get = [&Distances, Columns](size_t Column, std::size_t Row) -> char & { in nearestMatchesForCodepointName()
|
/llvm-project/clang/unittests/AST/ |
H A D | MatchVerifier.h | 194 expectLocation(unsigned Line,unsigned Column) expectLocation() argument 204 unsigned Column = Result.SourceManager->getSpellingColumnNumber(Loc); verify() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | LogDiagnosticPrinter.h | 33 unsigned Column; member
|
H A D | CommandLineSourceLoc.h | 28 unsigned Column; member
|
/llvm-project/offload/include/Shared/ |
H A D | SourceInfo.h | 49 const int32_t Column; variable
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RewriterTestContext.h | 101 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { in getLocation() argument
|
H A D | TestVisitor.h | 134 void ExpectMatch(Twine Match, unsigned Line, unsigned Column, in DisallowMatch() argument
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolver.h | 175 Column, enumerator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 508 unsigned Column = D.getColumnNo(); SrcMgrDiagHandler() local 638 unsigned Line, Column; UnsupportedDiagHandler() local 675 unsigned Line, Column; EmitOptimizationMessage() local 786 unsigned Line, Column; MisExpectDiagHandler() local [all...] |
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_arg_nontype_cxx11.cpp | 87 template <const char *, typename T> class Column {}; class
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 317 unsigned Column = 0; in emitLineTableRows() local
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | Reusables.h | 72 unsigned Column; member
|
/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | ResourcePressureView.cpp | 70 unsigned Column = OS.getColumn(); in printColumnNames() local
|
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Diagnostics.h | 33 unsigned Column = 0; member
|
/llvm-project/llvm/unittests/ADT/ |
H A D | CombinationGeneratorTest.cpp | 123 TEST(CombinationGenerator, Column) { in TEST() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 43 uint16_t Column; variable
|
/llvm-project/llvm/tools/opt-viewer/ |
H A D | optrecord.py | 144 def Column(self): member in Remark
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Simplex.h | 225 enum class Orientation { Row, Column }; enumerator
|