Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDRawCommentList.h61 bool isAttached() const LLVM_READONLY { in isAttached() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp502 CommentsInThisFile->rbegin()->second->isAttached()) in attachCommentsToJustParsedDecls()
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
HDsqlite3.c56490 int isAttached; /* True once backup has been registered with pager */
56626 p->isAttached = 0;
56765 p->isAttached = 1;
56848 }else if( !p->isAttached ){
57007 if( p->isAttached ){
/freebsd-11-stable/contrib/sqlite3/
HDsqlite3.c75734 int isAttached; /* True once backup has been registered with pager */
75885 p->isAttached = 0;
76010 p->isAttached = 1;
76106 }else if( !p->isAttached ){
76288 if( p->isAttached ){