Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp332 bool TrailingComment = Token->isTrailingComment(); in endReconstruction() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp60 const bool TrailingComment = (Comment.size() > 3) && (Comment[3] == '<'); in getCommentKind() local