Searched refs:ExplicitParams (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 462 bool ExplicitParams, in buildLambdaScope() argument 474 LSI->ExplicitParams = ExplicitParams; in buildLambdaScope() 848 bool ExplicitParams = true; in ActOnStartOfLambdaDefinition() local 873 ExplicitParams = false; in ActOnStartOfLambdaDefinition() 913 if (ExplicitParams) in ActOnStartOfLambdaDefinition() 937 ExplicitParams, ExplicitResultType, !Method->isConst()); in ActOnStartOfLambdaDefinition() 1512 bool ExplicitParams; in BuildLambdaExpr() local 1521 ExplicitParams = LSI->ExplicitParams; in BuildLambdaExpr() 1656 ExplicitParams, ExplicitResultType, in BuildLambdaExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1088 ArrayRef<LambdaCapture> Captures, bool ExplicitParams, in LambdaExpr() argument 1097 ExplicitParams(ExplicitParams), ExplicitResultType(ExplicitResultType), in LambdaExpr() 1132 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create() argument 1142 Captures, ExplicitParams, ExplicitResultType, CaptureInits, in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 808 bool ExplicitParams = false; variable
|
| H A D | Sema.h | 5583 bool ExplicitParams,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1666 unsigned ExplicitParams : 1; variable 1685 bool ExplicitParams, bool ExplicitResultType, 1692 CaptureDefault(LCD_None), ExplicitParams(false), in LambdaExpr() 1710 ArrayRef<LambdaCapture> Captures, bool ExplicitParams, 1848 bool hasExplicitParameters() const { return ExplicitParams; } in hasExplicitParameters()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1357 Record.push_back(E->ExplicitParams); in VisitLambdaExpr()
|
| H A D | ASTReaderStmt.cpp | 1394 E->ExplicitParams = Record.readInt(); in VisitLambdaExpr()
|