Searched defs:ExplicitResultType (Results 1 – 3 of 3) sorted by relevance
442 bool ExplicitResultType, in buildLambdaScope()822 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local1501 bool ExplicitResultType; in BuildLambdaExpr() local
855 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()911 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create()
1524 unsigned ExplicitResultType : 1; variable