Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp328 bool IsFirstLine; member
444 A.IsFirstLine = true; in BuildInputAnnotations()
468 B.IsFirstLine = false; in BuildInputAnnotations()
500 if (AnnotationItr->IsFirstLine) in FindInputLineInFilter()
504 if (AnnotationItr->IsFirstLine && AnnotationItr->Marker.FiltersAsError) in FindInputLineInFilter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp384 auto LexLine = [&](bool IsFirstLine) -> bool { in getFormattedText() argument
407 if (IsFirstLine) in getFormattedText()
414 IsFirstLine in getFormattedText()