Searched defs:hasCaptures (Results 1 – 2 of 2) sorted by relevance
23 AST_MATCHER(LambdaExpr, hasCaptures) { return Node.capture_size() != 0U; } in AST_MATCHER() argument
4625 bool hasCaptures() const { return NumCaptures || capturesCXXThis(); } hasCaptures() function