Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h48 bool isComment() { return RangeKind == Comment; } in isComment() function
H A DCoverageMappingGen.cpp389 if (I.isComment()) in gatherSkippedRegions()
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h79 bool isComment() const { in isComment() function
H A DUnwrappedLineFormatter.cpp324 if (!(*J)->InPPDirective && !(*J)->isComment() && in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp2650 if (NextNonCommentLine && Line->isComment() && in setCommentLineLevels()