Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp42 ThisDeclInfo->IsFilled = false; in setDecl()
796 if (!ThisDeclInfo->IsFilled) in involvesFunctionType()
804 if (!ThisDeclInfo->IsFilled) in isFunctionDecl()
817 if (!ThisDeclInfo->IsFilled) in isFunctionOrMethodVariadic()
830 if (!ThisDeclInfo->IsFilled) in isFunctionPointerVarDecl()
844 if (!ThisDeclInfo->IsFilled) in isObjCPropertyDecl()
852 if (!ThisDeclInfo->IsFilled) in isTemplateOrSpecialization()
860 if (!ThisDeclInfo->IsFilled) in isRecordLikeDecl()
869 if (!ThisDeclInfo->IsFilled) in isUnionDecl()
886 if (!ThisDeclInfo->IsFilled) in isClassOrStructDecl()
[all …]
H A DComment.cpp200 assert(!IsFilled); in fill()
214 IsFilled = true; in fill()
361 IsFilled = true; in fill()
H A DASTContext.cpp541 ThisDeclInfo->IsFilled = false; in cloneFullComment()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h1039 unsigned IsFilled : 1; member
1110 if (!ThisDeclInfo->IsFilled) in getDeclInfo()