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.cpp491 if (I.isComment()) in gatherSkippedRegions()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h113 bool isComment() const { in isComment() function
H A DUnwrappedLineFormatter.cpp337 if (!(*J)->InPPDirective && !(*J)->isComment() && in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp3539 Line->isComment() && !isClangFormatOff(Line->First->TokenText) && in setCommentLineLevels()