Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.h48 bool isComment() { return RangeKind == Comment; } in isComment() function
H A DCoverageMappingGen.cpp391 if (I.isComment()) in gatherSkippedRegions()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.h84 bool isComment() const { in isComment() function
H A DUnwrappedLineFormatter.cpp331 if (!(*J)->InPPDirective && !(*J)->isComment() && in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp2728 if (NextNonCommentLine && Line->isComment() && in setCommentLineLevels()