Searched defs:EndColumn (Results 1 – 12 of 12) sorted by relevance
/llvm-project/clang/unittests/Frontend/ |
H A D | ParsedSourceLocationTest.cpp | 20 unsigned BeginColumn, unsigned EndLine, unsigned EndColumn) { in TEST()
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 69 ColumnInfo(uint16_t StartColumn, uint16_t EndColumn) { in ColumnInfo() 98 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line()
|
H A D | DebugLinesSubsection.h | 62 support::ulittle16_t EndColumn; member
|
/llvm-project/clang/unittests/AST/ |
H A D | MatchVerifier.h | 232 expectRange(unsigned BeginLine,unsigned BeginColumn,unsigned EndLine,unsigned EndColumn) expectRange() argument 248 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End); verify() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 82 unsigned EndLine, EndColumn; in fromString() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 71 uint16_t EndColumn; member
|
/llvm-project/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 366 unsigned EndLineOffset = 0, EndColumn = 0; in findTestSelectionRanges() local
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | ParserTest.cpp | 139 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange()
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 271 unsigned StartLine, StartColumn, EndLine, EndColumn; clang_formatDiagnostic() local
|
/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.cpp | 587 unsigned EndColumn = in BreakableBlockComment() local
|
H A D | ContinuationIndenter.cpp | 647 unsigned EndColumn = addTokenToState() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1100 unsigned EndColumn = SM.getExpansionColumnNumber(End); in prepareAndFilterRanges() local
|