Home
last modified time | relevance | path

Searched refs:IsAttached (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DRawCommentList.h58 return IsAttached; in isAttached()
62 IsAttached = true; in setAttached()
131 bool IsAttached : 1; variable
145 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
/external/clang/lib/AST/
DRawCommentList.cpp68 IsAttached(false), IsAlmostTrailingComment(false), in RawComment()