Home
last modified time | relevance | path

Searched refs:hasExplicitResultType (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DRecursiveASTVisitor.h2179 if (S->hasExplicitParameters() || S->hasExplicitResultType()) { in TraverseLambdaExpr()
2181 if (S->hasExplicitParameters() && S->hasExplicitResultType()) { in TraverseLambdaExpr()
DExprCXX.h1607 bool hasExplicitResultType() const { return ExplicitResultType; } in hasExplicitResultType() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DStmtPrinter.cpp1523 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h8429 E->hasExplicitResultType(), in TransformLambdaScope()