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()
803 if (!ThisDeclInfo->IsFilled) in isFunctionDecl()
836 if (!ThisDeclInfo->IsFilled) in isFunctionPointerVarDecl()
850 if (!ThisDeclInfo->IsFilled) in isObjCPropertyDecl()
858 if (!ThisDeclInfo->IsFilled) in isTemplateOrSpecialization()
866 if (!ThisDeclInfo->IsFilled) in isRecordLikeDecl()
875 if (!ThisDeclInfo->IsFilled) in isUnionDecl()
886 if (!ThisDeclInfo->IsFilled) in isClassOrStructDecl()
896 if (!ThisDeclInfo->IsFilled) in isClassTemplateDecl()
905 if (!ThisDeclInfo->IsFilled) in isFunctionTemplateDecl()
[all …]
DComment.cpp130 assert(!IsFilled); in fill()
143 IsFilled = true; in fill()
321 IsFilled = true; in fill()
DASTContext.cpp425 ThisDeclInfo->IsFilled = false; in cloneFullComment()
/external/clang/include/clang/AST/
DComment.h1064 unsigned IsFilled : 1; member
1130 if (!ThisDeclInfo->IsFilled) in getDeclInfo()