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

  /external/chromium_org/tools/gn/
output_stream.h 37 OutputStream& EndLine() {
  /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/lib/AST/
RawCommentList.cpp 105 return EndLine;
108 EndLine = SM.getLineNumber(LocInfo.first, LocInfo.second);
110 return EndLine;
CommentParser.cpp 511 const unsigned EndLine = SourceMgr.getPresumedLineNumber(
514 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine)
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 131 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) {
133 EXPECT_EQ(EndLine, Range.End.Line);
136 return Range.Start.Line == StartLine && Range.End.Line == 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 150 mutable bool EndLineValid : 1; ///< True if EndLine is valid
152 mutable unsigned EndLine; ///< Cached line number

Completed in 297 milliseconds