Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp584 if (LE->hasExplicitResultType()) in dataTraverseNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2250 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
H A DASTImporter.cpp8586 E->hasExplicitResultType(), ToCaptureInits, in VisitLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2683 if (S->hasExplicitResultType())
H A DExprCXX.h2144 bool hasExplicitResultType() const { in hasExplicitResultType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13700 E->hasExplicitResultType()); in TransformLambdaExpr()