Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h157 bool IsAlmostTrailingComment : 1; variable
161 bool IsAlmostTrailingComment) : in RawComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9187 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local