Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h140 bool IsAlmostTrailingComment : 1; variable
148 bool IsAlmostTrailingComment, in RawComment()
/external/clang/lib/Serialization/
DASTReader.cpp8277 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local