Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp497 bool ExplicitResultType, in buildLambdaScope()
925 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local
1802 bool ExplicitResultType; in BuildLambdaExpr() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1198 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
1238 bool ExplicitParams, bool ExplicitResultType, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h964 unsigned ExplicitResultType : 1; variable