Home
last modified time | relevance | path

Searched refs:IsFirstLine (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp330 bool IsFirstLine; member
447 A.IsFirstLine = true; in BuildInputAnnotations()
471 B.IsFirstLine = false; in BuildInputAnnotations()
503 if (AnnotationItr->IsFirstLine) in FindInputLineInFilter()
507 if (AnnotationItr->IsFirstLine && AnnotationItr->Marker.FiltersAsError) in FindInputLineInFilter()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp413 auto LexLine = [&](bool IsFirstLine) -> bool { in getFormattedLines() argument
441 if (IsFirstLine) in getFormattedLines()
448 IsFirstLine in getFormattedLines()