Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentSema.cpp42 ThisDeclInfo->IsFilled = false; in setDecl()
824 if (!ThisDeclInfo->IsFilled) in isFunctionDecl()
865 if (!ThisDeclInfo->IsFilled) in isFunctionPointerVarDecl()
879 if (!ThisDeclInfo->IsFilled) in isFunctionOrBlockPointerVarLikeDecl()
909 if (!ThisDeclInfo->IsFilled) in isObjCPropertyDecl()
917 if (!ThisDeclInfo->IsFilled) in isTemplateOrSpecialization()
925 if (!ThisDeclInfo->IsFilled) in isRecordLikeDecl()
934 if (!ThisDeclInfo->IsFilled) in isUnionDecl()
951 if (!ThisDeclInfo->IsFilled) in isClassOrStructDecl()
963 if (!ThisDeclInfo->IsFilled) in isClassOrStructOrTagTypedefDecl()
[all …]
DComment.cpp205 assert(!IsFilled); in fill()
218 IsFilled = true; in fill()
368 IsFilled = true; in fill()
DASTContext.cpp535 ThisDeclInfo->IsFilled = false; in cloneFullComment()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DComment.h1058 unsigned IsFilled : 1; member
1124 if (!ThisDeclInfo->IsFilled) in getDeclInfo()