Home
last modified time | relevance | path

Searched refs:InitStyle (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
DSkStrokeRec.h17 enum InitStyle { enum
21 SkStrokeRec(InitStyle style);
/external/skia/include/core/
DSkStrokeRec.h17 enum InitStyle { enum
21 SkStrokeRec(InitStyle style);
/external/skia/src/core/
DSkStrokeRec.cpp14 SkStrokeRec::SkStrokeRec(InitStyle s) { in SkStrokeRec()
/external/chromium_org/third_party/skia/src/core/
DSkStrokeRec.cpp14 SkStrokeRec::SkStrokeRec(InitStyle s) { in SkStrokeRec()
/external/skia/src/gpu/
DGrStrokeInfo.h22 GrStrokeInfo(SkStrokeRec::InitStyle style) : in GrStrokeInfo()
/external/chromium_org/third_party/skia/src/gpu/
DGrStrokeInfo.h22 GrStrokeInfo(SkStrokeRec::InitStyle style) : in GrStrokeInfo()
/external/clang/include/clang/AST/
DDecl.h697 unsigned InitStyle : 2; variable
1090 VarDeclBits.InitStyle = Style; in setInitStyle()
1104 return static_cast<InitializationStyle>(VarDeclBits.InitStyle); in getInitStyle()
2172 InClassInitStyle InitStyle) in FieldDecl() argument
2175 InitializerOrBitWidth(BW, InitStyle) { in FieldDecl()
2176 assert((!BW || InitStyle == ICIS_NoInit) && "got initializer for bitfield"); in FieldDecl()
2184 InClassInitStyle InitStyle);
/external/clang/lib/AST/
DStmtPrinter.cpp1746 CXXNewExpr::InitializationStyle InitStyle = E->getInitializationStyle(); in VisitCXXNewExpr() local
1747 if (InitStyle) { in VisitCXXNewExpr()
1748 if (InitStyle == CXXNewExpr::CallInit) in VisitCXXNewExpr()
1751 if (InitStyle == CXXNewExpr::CallInit) in VisitCXXNewExpr()
DDecl.cpp3241 InClassInitStyle InitStyle) { in Create() argument
3243 BW, Mutable, InitStyle); in Create()
/external/clang/include/clang/Sema/
DSema.h1811 InClassInitStyle InitStyle,
1816 InClassInitStyle InitStyle,
1824 InClassInitStyle InitStyle,
4796 InClassInitStyle InitStyle);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp1933 InClassInitStyle InitStyle) { in ActOnCXXMemberDeclarator() argument
2028 if (InitStyle == ICIS_NoInit) { in ActOnCXXMemberDeclarator()
2113 BitWidth, InitStyle, AS, MSPropertyAttr); in ActOnCXXMemberDeclarator()
2119 BitWidth, InitStyle, AS); in ActOnCXXMemberDeclarator()
2123 … assert(InitStyle == ICIS_NoInit || D.getDeclSpec().getStorageClassSpec() == DeclSpec::SCS_static); in ActOnCXXMemberDeclarator()
13063 InClassInitStyle InitStyle, in HandleMSProperty() argument
DSemaDecl.cpp11723 InClassInitStyle InitStyle, in HandleField() argument
11797 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle, in HandleField()
11831 InClassInitStyle InitStyle, in CheckFieldDecl() argument
11933 if (InitStyle != ICIS_NoInit) in CheckFieldDecl()
11937 BitWidth, Mutable, InitStyle); in CheckFieldDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp989 VD->VarDeclBits.InitStyle = Record[Idx++]; in VisitVarDeclImpl()