Home
last modified time | relevance | path

Searched refs:isComment (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h53 bool isComment() { return RangeKind == Comment; } in isComment() function
H A DCoverageMappingGen.cpp489 if (I.isComment()) in gatherSkippedRegions()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h115 bool isComment() const { in isComment() function
H A DUnwrappedLineFormatter.cpp317 (*J)->isComment() || (*J)->Level > TheLine->Level) { in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp3603 Line->isComment() && !isClangFormatOff(Line->First->TokenText) && in setCommentLineLevels()