Home
last modified time | relevance | path

Searched refs:ExplicitResultType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp491 bool ExplicitResultType, in buildLambdaScope() argument
505 if (ExplicitResultType) { in buildLambdaScope()
917 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local
946 ExplicitResultType = false; in ActOnStartOfLambdaDefinition()
966 ExplicitResultType = FTI.hasTrailingReturnType(); in ActOnStartOfLambdaDefinition()
1016 ExplicitParams, ExplicitResultType, !Method->isConst()); in ActOnStartOfLambdaDefinition()
1758 bool ExplicitResultType; in BuildLambdaExpr() local
1767 ExplicitResultType = !LSI->HasImplicitReturnType; in BuildLambdaExpr()
1910 ExplicitParams, ExplicitResultType, in BuildLambdaExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1127 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr() argument
1136 LambdaExprBits.ExplicitResultType = ExplicitResultType; in LambdaExpr()
1167 bool ExplicitParams, bool ExplicitResultType, in Create() argument
1179 ExplicitParams, ExplicitResultType, CaptureInits, ClosingBrace, in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1889 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits,
1909 bool ExplicitParams, bool ExplicitResultType,
2073 return LambdaExprBits.ExplicitResultType; in hasExplicitResultType()
H A DStmt.h949 unsigned ExplicitResultType : 1; in alignas() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1634 Record.push_back(E->LambdaExprBits.ExplicitResultType); in VisitLambdaExpr()
H A DASTReaderStmt.cpp1742 E->LambdaExprBits.ExplicitResultType = Record.readInt(); in VisitLambdaExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6674 bool ExplicitResultType,