Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp585 if (LE->hasExplicitResultType()) in dataTraverseNode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2433 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
H A DASTImporter.cpp9037 E->hasExplicitResultType(), ToCaptureInits, in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2784 if (S->hasExplicitResultType())
H A DExprCXX.h2162 bool hasExplicitResultType() const { in hasExplicitResultType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15714 E->hasExplicitResultType()); in TransformLambdaExpr()