Lines Matching refs:functionDecl
134 auto Result = ast_matchers::match(functionDecl(hasName(Name)).bind("fn"), in getFunctionNode()
353 ast_matchers::match(functionDecl(hasName("stringConstruct")).bind("fn"), in TEST()
400 ast_matchers::match(functionDecl(hasName("overloadCall")).bind("fn"), in TEST()
440 functionDecl(hasName("conversionOperator"), in TEST()
471 functionDecl(hasName("template_test"), in TEST()
498 functionDecl( in TEST()
691 auto BN = ast_matchers::match(functionDecl(hasName("foo")).bind("fn"), in TEST()
790 auto BN = ast_matchers::match(functionDecl(hasName(name)).bind("fn"), in TEST()
978 lambdaExpr(hasAncestor(functionDecl(hasName(name)))).bind("lambda"), in TEST()
1326 auto BN = ast_matchers::match(functionDecl(hasName("forLoop")).bind("func"), in TEST()
1476 callExpr(callee(functionDecl(hasName("hasDefaultArg")))) in TEST()
1500 functionDecl(hasName("decomposition"), in TEST()
1540 functionDecl(hasName("decompTuple"), in TEST()