Home
last modified time | relevance | path

Searched refs:EndColumn (Results 1 – 3 of 3) sorted by relevance

/external/clang/unittests/AST/
DMatchVerifier.h186 unsigned EndLine, unsigned EndColumn) { in expectRange() argument
190 ExpectEndColumn = EndColumn; in expectRange()
201 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End); in verify() local
203 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) { in verify()
/external/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp102 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange() argument
106 EXPECT_EQ(EndColumn, Range.End.Column); in matchesRange()
108 Range.Start.Column == StartColumn && Range.End.Column == EndColumn; in matchesRange()
/external/clang/tools/libclang/
DCIndexDiagnostic.cpp285 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local
290 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic()
296 << EndLine << ":" << EndColumn << "}"; in clang_formatDiagnostic()