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

  /external/clang/lib/AST/
CommentSema.cpp 42 ThisDeclInfo->IsFilled = false;
805 if (!ThisDeclInfo->IsFilled)
838 if (!ThisDeclInfo->IsFilled)
852 if (!ThisDeclInfo->IsFilled)
860 if (!ThisDeclInfo->IsFilled)
868 if (!ThisDeclInfo->IsFilled)
877 if (!ThisDeclInfo->IsFilled)
888 if (!ThisDeclInfo->IsFilled)
898 if (!ThisDeclInfo->IsFilled)
907 if (!ThisDeclInfo->IsFilled)
    [all...]
Comment.cpp 130 assert(!IsFilled);
143 IsFilled = true;
328 IsFilled = true;
ASTContext.cpp 422 ThisDeclInfo->IsFilled = false;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h 36 AdjustableArrowCap(REAL height, REAL width, BOOL isFilled):
41 height, width, isFilled,
91 BOOL IsFilled() const
99 Status SetFillState(BOOL isFilled)
103 isFilled));
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusLineCaps.h 165 IN BOOL isFilled = TRUE
171 height, width, isFilled, &cap);
226 Status SetFillState(IN BOOL isFilled)
230 cap, isFilled));
233 BOOL IsFilled() const
236 BOOL isFilled;
238 cap, &isFilled));
240 return isFilled;
  /external/clang/include/clang/AST/
Comment.h 1062 unsigned IsFilled : 1;
1128 if (!ThisDeclInfo->IsFilled)

Completed in 147 milliseconds