Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp497 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 DExprCXX.cpp1198 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 DExprCXX.h1947 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits,
1967 bool ExplicitParams, bool ExplicitResultType,
2131 return LambdaExprBits.ExplicitResultType; in hasExplicitResultType()
H A DStmt.h964 unsigned ExplicitResultType : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1630 Record.push_back(E->LambdaExprBits.ExplicitResultType); in VisitLambdaExpr()
H A DASTReaderStmt.cpp1733 E->LambdaExprBits.ExplicitResultType = Record.readInt(); in VisitLambdaExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7113 bool ExplicitResultType,