Home
last modified time | relevance | path

Searched defs:ExplicitResultType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp491 bool ExplicitResultType, in buildLambdaScope()
917 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local
1758 bool ExplicitResultType; in BuildLambdaExpr() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1127 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
1167 bool ExplicitParams, bool ExplicitResultType, in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h949 unsigned ExplicitResultType : 1; in alignas() local