Searched refs:ExplicitResultType (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 487 bool ExplicitResultType, in buildLambdaScope() argument 501 if (ExplicitResultType) { in buildLambdaScope() 913 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local 942 ExplicitResultType = false; in ActOnStartOfLambdaDefinition() 962 ExplicitResultType = FTI.hasTrailingReturnType(); in ActOnStartOfLambdaDefinition() 1012 ExplicitParams, ExplicitResultType, !Method->isConst()); in ActOnStartOfLambdaDefinition() 1754 bool ExplicitResultType; in BuildLambdaExpr() local 1763 ExplicitResultType = !LSI->HasImplicitReturnType; in BuildLambdaExpr() 1906 ExplicitParams, ExplicitResultType, in BuildLambdaExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1125 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr() argument 1134 LambdaExprBits.ExplicitResultType = ExplicitResultType; in LambdaExpr() 1165 bool ExplicitParams, bool ExplicitResultType, in Create() argument 1177 ExplicitParams, ExplicitResultType, CaptureInits, ClosingBrace, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1889 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, 1909 bool ExplicitParams, bool ExplicitResultType, 2073 return LambdaExprBits.ExplicitResultType; in hasExplicitResultType()
|
H A D | Stmt.h | 949 unsigned ExplicitResultType : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1623 Record.push_back(E->LambdaExprBits.ExplicitResultType); in VisitLambdaExpr()
|
H A D | ASTReaderStmt.cpp | 1732 E->LambdaExprBits.ExplicitResultType = Record.readInt(); in VisitLambdaExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 6604 bool ExplicitResultType,
|