Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h48 bool isComment() { return RangeKind == Comment; } in isComment() function
H A DCoverageMappingGen.cpp422 if (I.isComment()) in gatherSkippedRegions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h112 bool isComment() const { in isComment() function
H A DUnwrappedLineFormatter.cpp338 if (!(*J)->InPPDirective && !(*J)->isComment() && in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp3135 Line->isComment() && !isClangFormatOff(Line->First->TokenText) && in setCommentLineLevels()