Searched defs:IsMsStruct (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp11634 QualType FieldTy, bool IsMsStruct,
11684 if (!getLangOpts().CPlusPlus || IsMsStruct ||
12092 BitWidth = VerifyBitField(Loc, II, T, /*IsMsStruct*/false, BitWidth).get();
11632 VerifyBitField(SourceLocation FieldLoc, IdentifierInfo *FieldName, QualType FieldTy, bool IsMsStruct, Expr *BitWidth, bool *ZeroWidth) argument

Completed in 116 milliseconds