Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentSema.cpp42 ThisDeclInfo->IsFilled = false; in setDecl()
786 if (!ThisDeclInfo->IsFilled) in isFunctionDecl()
806 if (!ThisDeclInfo->IsFilled) in isFunctionPointerVarDecl()
820 if (!ThisDeclInfo->IsFilled) in isObjCPropertyDecl()
828 if (!ThisDeclInfo->IsFilled) in isTemplateOrSpecialization()
836 if (!ThisDeclInfo->IsFilled) in isRecordLikeDecl()
845 if (!ThisDeclInfo->IsFilled) in isUnionDecl()
856 if (!ThisDeclInfo->IsFilled) in isClassOrStructDecl()
866 if (!ThisDeclInfo->IsFilled) in isObjCInterfaceDecl()
875 if (!ThisDeclInfo->IsFilled) in isObjCProtocolDecl()
[all …]
DComment.cpp129 assert(!IsFilled); in fill()
142 IsFilled = true; in fill()
291 IsFilled = true; in fill()
DASTContext.cpp392 ThisDeclInfo->IsFilled = false; in cloneFullComment()
/external/clang/include/clang/AST/
DComment.h1029 unsigned IsFilled : 1; member
1095 if (!ThisDeclInfo->IsFilled) in getDeclInfo()