Home
last modified time | relevance | path

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

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