Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp274 if (!E->hasExplicitResultType()) in VisitLambdaExpr()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp582 if (LE->hasExplicitResultType()) in dataTraverseNode()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp2224 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
H A DASTImporter.cpp8124 E->hasExplicitResultType(), ToCaptureInits, in VisitLambdaExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2683 if (S->hasExplicitResultType())
H A DExprCXX.h2072 bool hasExplicitResultType() const { in hasExplicitResultType() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp3505 if (E->hasExplicitResultType()) { in RunVisitorWorkList()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h13147 E->hasExplicitResultType(), in TransformLambdaExpr()