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

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 284 unsigned StartLine, StartColumn, EndLine, EndColumn;
289 &EndFile, &EndLine, &EndColumn, nullptr);
295 << EndLine << ":" << EndColumn << "}";
  /external/clang/unittests/AST/
MatchVerifier.h 220 unsigned EndLine, unsigned EndColumn) {
223 ExpectEndLine = EndLine;
235 unsigned EndLine = Result.SourceManager->getSpellingLineNumber(End);
238 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) {
  /external/clang/lib/AST/
CommentParser.cpp 520 const unsigned EndLine = SourceMgr.getPresumedLineNumber(
523 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 304 milliseconds