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

/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h17 enum InitStyle { enum in class:SkStrokeRec
21 SkStrokeRec(InitStyle style);
/external/skia/include/core/
H A DSkStrokeRec.h17 enum InitStyle { enum in class:SkStrokeRec
21 SkStrokeRec(InitStyle style);
/external/clang/lib/AST/
H A DStmtPrinter.cpp1746 CXXNewExpr::InitializationStyle InitStyle = E->getInitializationStyle(); local
1747 if (InitStyle) {
1748 if (InitStyle == CXXNewExpr::CallInit)
1751 if (InitStyle == CXXNewExpr::CallInit)
H A DDecl.cpp3241 InClassInitStyle InitStyle) {
3243 BW, Mutable, InitStyle);
3237 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
/external/clang/lib/Sema/
H A DSemaDecl.cpp3890 /*InitStyle=*/ICIS_NoInit);
3989 /*InitStyle=*/ICIS_NoInit);
11714 /*InitStyle=*/ICIS_NoInit, AS_public);
11723 InClassInitStyle InitStyle,
11797 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle,
11831 InClassInitStyle InitStyle,
11933 if (InitStyle != ICIS_NoInit)
11937 BitWidth, Mutable, InitStyle);
11720 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
11827 CheckFieldDecl(DeclarationName Name, QualType T, TypeSourceInfo *TInfo, RecordDecl *Record, SourceLocation Loc, bool Mutable, Expr *BitWidth, InClassInitStyle InitStyle, SourceLocation TSSL, AccessSpecifier AS, NamedDecl *PrevDecl, Declarator *D) argument
H A DSemaDeclCXX.cpp1927 /// one has been parsed, and 'InitStyle' is set if an in-class initializer is
1933 InClassInitStyle InitStyle) {
2028 if (InitStyle == ICIS_NoInit) {
2113 BitWidth, InitStyle, AS, MSPropertyAttr);
2119 BitWidth, InitStyle, AS);
2123 assert(InitStyle == ICIS_NoInit || D.getDeclSpec().getStorageClassSpec() == DeclSpec::SCS_static);
13063 InClassInitStyle InitStyle,
1930 ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, MultiTemplateParamsArg TemplateParameterLists, Expr *BW, const VirtSpecifiers &VS, InClassInitStyle InitStyle) argument
13060 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument

Completed in 154 milliseconds