Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h188 bool IsAlmostTrailingComment : 1; global() variable
192 RawComment(SourceRange SR,CommentKind K,bool IsTrailingComment,bool IsAlmostTrailingComment) RawComment() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9444 bool IsAlmostTrailingComment = Record[Idx++]; ReadComments() local