Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp59 const bool TrailingComment = (Comment.size() > 3) && (Comment[3] == '<'); in getCommentKind() local
60 return std::make_pair(K, TrailingComment); in getCommentKind()