Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h63 bool isAttached() const LLVM_READONLY { in isAttached() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp523 CommentsInThisFile->rbegin()->second->isAttached()) in attachCommentsToJustParsedDecls()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c82051 int isAttached; /* True once backup has been registered with pager */
82201 p->isAttached = 0;
82320 p->isAttached = 1;
82419 }else if( !p->isAttached ){
82601 if( p->isAttached ){