Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h161 bool IsAlmostTrailingComment : 1; variable
165 bool IsAlmostTrailingComment) : in RawComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9095 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local