Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/Format/
H A DBreakableToken.h124 unsigned StartColumn) const { in getRemainingLength()
344 unsigned StartColumn; variable
H A DEncoding.h61 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs()
H A DContinuationIndenter.cpp612 unsigned StartColumn = in addTokenToState() local
1797 static unsigned getLastLineEndColumn(StringRef Text, unsigned StartColumn, in getLastLineEndColumn()
1813 unsigned StartColumn = State.Column - Current.ColumnWidth; in reformatRawStringLiteral() local
2070 unsigned StartColumn = State.Column - Current.ColumnWidth; in createBreakableToken() local
2177 unsigned StartColumn = State.Column - Current.ColumnWidth; in breakProtrudingToken() local
H A DBreakableToken.cpp268 const FormatToken &Tok, unsigned StartColumn, StringRef Prefix, in BreakableStringLiteral()
296 unsigned StartColumn, bool InPPDirective, in BreakableComment()
367 const FormatToken &Token, unsigned StartColumn, in BreakableBlockComment()
752 const FormatToken &Token, unsigned StartColumn, bool InPPDirective, in BreakableLineCommentSection()
H A DFormatTokenLexer.cpp636 unsigned StartColumn = 0; in handleCSharpVerbatimAndInterpolatedStrings() local
701 unsigned StartColumn = 0; // The template tail spans the entire line. in handleCSharpVerbatimAndInterpolatedStrings() local
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h70 uint16_t StartColumn; member
/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp140 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local