Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp584 if (LE->hasExplicitResultType()) in dataTraverseNode()
/src/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2296 if (Node->hasExplicitResultType()) { in VisitLambdaExpr()
H A DASTImporter.cpp8690 E->hasExplicitResultType(), ToCaptureInits, in VisitLambdaExpr()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2741 if (S->hasExplicitResultType())
H A DExprCXX.h2160 bool hasExplicitResultType() const { in hasExplicitResultType() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14610 E->hasExplicitResultType()); in TransformLambdaExpr()