Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h64 return IsAttached; in isAttached()
68 IsAttached = true; in setAttached()
158 bool IsAttached : 1; variable
167 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp112 IsAttached(false), IsTrailingComment(false), in RawComment()