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/include/javascript/
DJS_Value.h138 FX_BOOL IsAttached();
/external/clang/lib/AST/
DRawCommentList.cpp70 IsAttached(false), IsAlmostTrailingComment(false), in RawComment()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp483 FX_BOOL CJS_Array::IsAttached() in IsAttached() function in CJS_Array