Home
last modified time | relevance | path

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

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