Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp487 bool ExplicitResultType, in buildLambdaScope()
913 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local
1754 bool ExplicitResultType; in BuildLambdaExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1125 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
1165 bool ExplicitParams, bool ExplicitResultType, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h949 unsigned ExplicitResultType : 1; variable