HomeSort by relevance Sort by last modified time
    Searched refs:EndColumn (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/AST/
MatchVerifier.h 157 unsigned EndLine, unsigned EndColumn) {
161 ExpectEndColumn = EndColumn;
172 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End);
174 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) {
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 269 unsigned StartLine, StartColumn, EndLine, EndColumn;
274 &EndFile, &EndLine, &EndColumn, 0);
280 << EndLine << ":" << EndColumn << "}";

Completed in 576 milliseconds