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

/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.cpp1857 CXXNewExpr::InitializationStyle InitStyle = E->getInitializationStyle(); local
1858 if (InitStyle) {
1859 if (InitStyle == CXXNewExpr::CallInit)
1862 if (InitStyle == CXXNewExpr::CallInit)
H A DDecl.cpp3308 InClassInitStyle InitStyle) {
3310 BW, Mutable, InitStyle);
3304 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.cpp4130 /*InitStyle=*/ICIS_NoInit);
4230 /*InitStyle=*/ICIS_NoInit);
12288 /*InitStyle=*/ICIS_NoInit, AS_public);
12297 InClassInitStyle InitStyle,
12371 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle,
12405 InClassInitStyle InitStyle,
12510 if (InitStyle != ICIS_NoInit)
12514 BitWidth, Mutable, InitStyle);
12294 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
12401 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.cpp2019 /// one has been parsed, and 'InitStyle' is set if an in-class initializer is
2025 InClassInitStyle InitStyle) {
2120 if (InitStyle == ICIS_NoInit) {
2205 BitWidth, InitStyle, AS, MSPropertyAttr);
2211 BitWidth, InitStyle, AS);
2215 assert(InitStyle == ICIS_NoInit ||
13666 InClassInitStyle InitStyle,
2022 ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, MultiTemplateParamsArg TemplateParameterLists, Expr *BW, const VirtSpecifiers &VS, InClassInitStyle InitStyle) argument
13663 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument

Completed in 436 milliseconds