Home
last modified time | relevance | path

Searched defs:Column (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h46 struct Column { struct
61 IndexedMap<Column> ActiveCols; argument
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp27 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 Dubsan_value.h47 u32 Column; variable
51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() argument
/llvm-project/clang/lib/Format/
H A DFormatToken.cpp122 unsigned Column = 0; in formatAfterToken() local
269 unsigned Column = 0; in precomputeFormattingInfos() local
[all...]
H A DFormatTokenLexer.h115 unsigned Column; variable
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp28 DWORD Column = 0; in getColumnNumber() local
/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp27 unsigned &Column = Position.first; in UpdatePosition() local
H A DUnicodeNameToCodepoint.cpp260 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 DMatchVerifier.h194 expectLocation(unsigned Line,unsigned Column) expectLocation() argument
204 unsigned Column = Result.SourceManager->getSpellingColumnNumber(Loc); verify() local
/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h33 unsigned Column; member
H A DCommandLineSourceLoc.h28 unsigned Column; member
/llvm-project/offload/include/Shared/
H A DSourceInfo.h49 const int32_t Column; variable
/llvm-project/clang/unittests/Tooling/
H A DRewriterTestContext.h101 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { in getLocation() argument
H A DTestVisitor.h134 void ExpectMatch(Twine Match, unsigned Line, unsigned Column, in DisallowMatch() argument
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h175 Column, enumerator
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp508 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 Dtemp_arg_nontype_cxx11.cpp87 template <const char *, typename T> class Column {}; class
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h317 unsigned Column = 0; in emitLineTableRows() local
/llvm-project/clang/unittests/StaticAnalyzer/
H A DReusables.h72 unsigned Column; member
/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp70 unsigned Column = OS.getColumn(); in printColumnNames() local
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h33 unsigned Column = 0; member
/llvm-project/llvm/unittests/ADT/
H A DCombinationGeneratorTest.cpp123 TEST(CombinationGenerator, Column) { in TEST() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h43 uint16_t Column; variable
/llvm-project/llvm/tools/opt-viewer/
H A Doptrecord.py144 def Column(self): member in Remark
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h225 enum class Orientation { Row, Column }; enumerator

1234