HomeSort by: relevance | last modified time | path
    Searched refs:IsFirstLine (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 328 bool IsFirstLine;
331 /// !IsFirstLine.
444 A.IsFirstLine = true;
468 B.IsFirstLine = false;
500 if (AnnotationItr->IsFirstLine)
504 if (AnnotationItr->IsFirstLine && AnnotationItr->Marker.FiltersAsError)
  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 384 auto LexLine = [&](bool IsFirstLine) -> bool {
407 if (IsFirstLine)
414 IsFirstLine
439 if (!LexLine(/*IsFirstLine=*/true)) {
444 while (LexLine(/*IsFirstLine=*/false))

Completed in 52 milliseconds