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

  /external/chromium_org/tools/gn/
output_stream.h 37 OutputStream& EndLine() {
  /external/clang/include/clang/AST/
RawCommentList.h 150 mutable bool EndLineValid : 1; ///< True if EndLine is valid
152 mutable unsigned EndLine; ///< Cached line number
  /external/clang/unittests/AST/
MatchVerifier.h 172 unsigned EndLine, unsigned EndColumn) {
175 ExpectEndLine = EndLine;
186 unsigned EndLine = Result.SourceManager->getSpellingLineNumber(End);
189 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) {
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 269 unsigned StartLine, StartColumn, EndLine, EndColumn;
274 &EndFile, &EndLine, &EndColumn, 0);
280 << EndLine << ":" << EndColumn << "}";
  /external/clang/lib/AST/
CommentParser.cpp 511 const unsigned EndLine = SourceMgr.getPresumedLineNumber(
514 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine)

Completed in 330 milliseconds