Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp463 bool ExplicitResultType, in buildLambdaScope()
849 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local
1513 bool ExplicitResultType; in BuildLambdaExpr() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp1089 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
1132 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1669 unsigned ExplicitResultType : 1; variable