Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h60 return IsAttached; in isAttached()
64 IsAttached = true; in setAttached()
137 bool IsAttached : 1; variable
151 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.h138 FX_BOOL IsAttached();
DJS_Value.cpp417 FX_BOOL CJS_Array::IsAttached() { in IsAttached() function in CJS_Array
/external/clang/lib/AST/
DRawCommentList.cpp112 IsAttached(false), IsTrailingComment(false), IsAlmostTrailingComment(false), in RawComment()