Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp2000 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
HDASTImporter.cpp7774 E->hasExplicitParameters(), E->hasExplicitResultType(), ToCaptureInits, in VisitLambdaExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDRecursiveASTVisitor.h2516 if (S->hasExplicitResultType())
HDExprCXX.h2028 bool hasExplicitResultType() const { return ExplicitResultType; } in hasExplicitResultType() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h11847 E->hasExplicitResultType(), in TransformLambdaExpr()