Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2296 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
H A DASTImporter.cpp8690 E->hasExplicitResultType(), ToCaptureInits, in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2741 if (S->hasExplicitResultType())
H A DExprCXX.h2160 bool hasExplicitResultType() const { in hasExplicitResultType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14610 E->hasExplicitResultType()); in TransformLambdaExpr()