Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp566 if (LE->hasExplicitResultType()) in dataTraverseNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2066 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
H A DASTImporter.cpp7994 E->hasExplicitResultType(), ToCaptureInits, in VisitLambdaExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2563 if (S->hasExplicitResultType())
H A DExprCXX.h2072 bool hasExplicitResultType() const { in hasExplicitResultType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12852 E->hasExplicitResultType(), in TransformLambdaExpr()