Home | History | Annotate | Download | only in Sema

Lines Matching refs:Style

1003 /// Can be interpreted either as function-style casting ("int(x)")
1078 // the syntactic form of a functional-style cast that was used here.
1246 static bool isLegalArrayNewInitializer(CXXNewExpr::InitializationStyle Style,
1257 else if (Style == CXXNewExpr::ListInit) {