Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp143 assert(!IsFilled); in fill()
156 IsFilled = true; in fill()
312 IsFilled = true; in fill()
DCommentSema.cpp37 ThisDeclInfo->IsFilled = false; in setDecl()
582 if (!ThisDeclInfo->IsFilled) in isFunctionDecl()
590 if (!ThisDeclInfo->IsFilled) in isTemplateOrSpecialization()
596 if (!ThisDeclInfo->IsFilled) in getParamVars()
/external/clang/include/clang/AST/
DComment.h1004 unsigned IsFilled : 1; member
1073 if (!ThisDeclInfo->IsFilled) in getDeclInfo()