Home
last modified time | relevance | path

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

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