Searched defs:ExplicitResultType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 442 bool ExplicitResultType, in buildLambdaScope() 822 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local 1501 bool ExplicitResultType; in BuildLambdaExpr() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 488 bool ExplicitResultType, in buildLambdaScope() 914 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local 1751 bool ExplicitResultType; in BuildLambdaExpr() local
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 855 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr() 911 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprCXX.cpp | 1125 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr() 1165 bool ExplicitParams, bool ExplicitResultType, in Create()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 949 unsigned ExplicitResultType : 1; variable
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1524 unsigned ExplicitResultType : 1; variable
|