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

  /external/clang/unittests/AST/
MatchVerifier.h 157 unsigned EndLine, unsigned EndColumn) {
160 ExpectEndLine = EndLine;
171 unsigned EndLine = Result.SourceManager->getSpellingLineNumber(End);
174 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) {
  /external/clang/lib/AST/
RawCommentList.cpp 102 return EndLine;
105 EndLine = SM.getLineNumber(LocInfo.first, LocInfo.second);
107 return EndLine;
CommentParser.cpp 516 const unsigned EndLine = SourceMgr.getPresumedLineNumber(
519 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine)
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 269 unsigned StartLine, StartColumn, EndLine, EndColumn;
274 &EndFile, &EndLine, &EndColumn, 0);
280 << EndLine << ":" << EndColumn << "}";
  /external/clang/include/clang/AST/
RawCommentList.h 139 mutable bool EndLineValid : 1; ///< True if EndLine is valid
141 mutable unsigned EndLine; ///< Cached line number

Completed in 136 milliseconds