Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp571 if (LE->hasExplicitParameters()) { in dataTraverseNode()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp2264 if (Node->hasExplicitParameters()) { in VisitLambdaExpr()
HDASTImporter.cpp8689 E->hasExplicitParameters(), in VisitLambdaExpr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDRecursiveASTVisitor.h2728 if (S->hasExplicitParameters()) {
HDExprCXX.h2157 bool hasExplicitParameters() const { return LambdaExprBits.ExplicitParams; } in hasExplicitParameters() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h14410 E->hasExplicitParameters(), E->isMutable()); in TransformLambdaExpr()