Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h176 bool IsAlmostTrailingComment : 1; variable
180 bool IsAlmostTrailingComment) : in RawComment()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9210 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local