Searched refs:EndColumn (Results 1 – 3 of 3) sorted by relevance
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 172 unsigned EndLine, unsigned EndColumn) { in expectRange() argument 176 ExpectEndColumn = EndColumn; in expectRange() 187 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End); in verify() local 189 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) { in verify()
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 131 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange() argument 135 EXPECT_EQ(EndColumn, Range.End.Column); in matchesRange() 137 Range.Start.Column == StartColumn && Range.End.Column == EndColumn; in matchesRange()
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 269 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local 274 &EndFile, &EndLine, &EndColumn, 0); in clang_formatDiagnostic() 280 << EndLine << ":" << EndColumn << "}"; in clang_formatDiagnostic()
|