Home
last modified time | relevance | path

Searched refs:TrailingComment (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp60 const bool TrailingComment = (Comment.size() > 3) && (Comment[3] == '<'); in getCommentKind() local
61 return std::make_pair(K, TrailingComment); in getCommentKind()
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp332 bool TrailingComment = Token->isTrailingComment(); in endReconstruction() local
336 if (!ClosingParen && !TrailingComment && !PreviousLevel) in endReconstruction()
344 // assert(ClosingParen || TrailingComment || PreviousLevel); in endReconstruction()