Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp442 bool ExplicitResultType, in buildLambdaScope()
822 bool ExplicitResultType = true; in ActOnStartOfLambdaDefinition() local
1501 bool ExplicitResultType; in BuildLambdaExpr() local
/external/clang/lib/AST/
DExprCXX.cpp855 bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in LambdaExpr()
911 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create()
/external/clang/include/clang/AST/
DExprCXX.h1524 unsigned ExplicitResultType : 1; variable