Searched refs:ExplicitResultType (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 497 bool ExplicitResultType, in buildLambdaScope() argument 511 if (ExplicitResultType) { in buildLambdaScope() 925 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local 963 ExplicitResultType = false; in ActOnStartOfLambdaDefinition() 983 ExplicitResultType = FTI.hasTrailingReturnType(); in ActOnStartOfLambdaDefinition() 985 if (ExplicitResultType && getLangOpts().HLSL) { in ActOnStartOfLambdaDefinition() 1046 ExplicitParams, ExplicitResultType, !Method->isConst()); in ActOnStartOfLambdaDefinition() 1802 bool ExplicitResultType; in BuildLambdaExpr() local 1811 ExplicitResultType = !LSI->HasImplicitReturnType; in BuildLambdaExpr() 1954 ExplicitParams, ExplicitResultType, in BuildLambdaExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1198 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr() argument 1207 LambdaExprBits.ExplicitResultType = ExplicitResultType; in LambdaExpr() 1238 bool ExplicitParams, bool ExplicitResultType, in Create() argument 1250 ExplicitParams, ExplicitResultType, CaptureInits, ClosingBrace, in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1947 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, 1967 bool ExplicitParams, bool ExplicitResultType, 2131 return LambdaExprBits.ExplicitResultType; in hasExplicitResultType()
|
| H A D | Stmt.h | 964 unsigned ExplicitResultType : 1; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1630 Record.push_back(E->LambdaExprBits.ExplicitResultType); in VisitLambdaExpr()
|
| H A D | ASTReaderStmt.cpp | 1733 E->LambdaExprBits.ExplicitResultType = Record.readInt(); in VisitLambdaExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 7113 bool ExplicitResultType,
|