Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp489 bool ExplicitResultType, in buildLambdaScope()
916 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local
1760 bool ExplicitResultType; in BuildLambdaExpr() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1131 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
1171 bool ExplicitParams, bool ExplicitResultType, in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h952 unsigned ExplicitResultType : 1; in alignas() local