HomeSort by relevance Sort by last modified time
    Searched refs:IsFilled (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
CommentSema.cpp 41 ThisDeclInfo->IsFilled = false;
794 if (!ThisDeclInfo->IsFilled)
824 if (!ThisDeclInfo->IsFilled)
838 if (!ThisDeclInfo->IsFilled)
846 if (!ThisDeclInfo->IsFilled)
854 if (!ThisDeclInfo->IsFilled)
863 if (!ThisDeclInfo->IsFilled)
874 if (!ThisDeclInfo->IsFilled)
884 if (!ThisDeclInfo->IsFilled)
893 if (!ThisDeclInfo->IsFilled)
    [all...]
Comment.cpp 129 assert(!IsFilled);
142 IsFilled = true;
291 IsFilled = true;
ASTContext.cpp 407 ThisDeclInfo->IsFilled = false;
    [all...]
  /external/clang/include/clang/AST/
Comment.h 1043 unsigned IsFilled : 1;
1109 if (!ThisDeclInfo->IsFilled)

Completed in 302 milliseconds