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()
805 if (!ThisDeclInfo->IsFilled) in isFunctionDecl()
838 if (!ThisDeclInfo->IsFilled) in isFunctionPointerVarDecl()
852 if (!ThisDeclInfo->IsFilled) in isObjCPropertyDecl()
860 if (!ThisDeclInfo->IsFilled) in isTemplateOrSpecialization()
868 if (!ThisDeclInfo->IsFilled) in isRecordLikeDecl()
877 if (!ThisDeclInfo->IsFilled) in isUnionDecl()
888 if (!ThisDeclInfo->IsFilled) in isClassOrStructDecl()
898 if (!ThisDeclInfo->IsFilled) in isClassTemplateDecl()
907 if (!ThisDeclInfo->IsFilled) in isFunctionTemplateDecl()
[all …]
DComment.cpp130 assert(!IsFilled); in fill()
143 IsFilled = true; in fill()
321 IsFilled = true; in fill()
DASTContext.cpp424 ThisDeclInfo->IsFilled = false; in cloneFullComment()
/external/clang/include/clang/AST/
DComment.h1064 unsigned IsFilled : 1; member
1130 if (!ThisDeclInfo->IsFilled) in getDeclInfo()