Home
last modified time | relevance | path

Searched defs:StartColumn (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h69 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo()
98 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line()
H A DDebugLinesSubsection.h61 support::ulittle16_t StartColumn; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h121 unsigned StartColumn) const { in getRemainingLength()
385 unsigned StartColumn; variable
H A DEncoding.h60 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs()
H A DBreakableToken.cpp268 const FormatToken &Tok, unsigned StartColumn, StringRef Prefix, in BreakableStringLiteral()
297 unsigned StartColumn, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteralUsingOperators()
410 unsigned StartColumn, bool InPPDirective, in BreakableComment()
481 const FormatToken &Token, unsigned StartColumn, in BreakableBlockComment()
864 const FormatToken &Token, unsigned StartColumn, bool InPPDirective, in BreakableLineCommentSection()
H A DContinuationIndenter.cpp654 unsigned StartColumn = in addTokenToState() local
2046 static unsigned getLastLineEndColumn(StringRef Text, unsigned StartColumn, in getLastLineEndColumn()
2062 unsigned StartColumn = State.Column - Current.ColumnWidth; in reformatRawStringLiteral() local
2319 unsigned StartColumn = State.Column - Current.ColumnWidth; in createBreakableToken() local
2456 unsigned StartColumn = State.Column - Current.ColumnWidth; in breakProtrudingToken() local
H A DFormatTokenLexer.cpp806 unsigned StartColumn = 0; in handleCSharpVerbatimAndInterpolatedStrings() local
941 unsigned StartColumn = 0; // The template tail spans the entire line. in handleTemplateStrings() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h70 uint16_t StartColumn; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1099 unsigned StartColumn = SM.getExpansionColumnNumber(Begin); in prepareAndFilterRanges() local