Lines Matching refs:hasName

134   auto Result = ast_matchers::match(functionDecl(hasName(Name)).bind("fn"),  in getFunctionNode()
256 classTemplateSpecializationDecl(hasName("templ")).bind("fn"), in TEST()
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()
441 hasDescendant(varDecl(hasName("c1")).bind("var"))), in TEST()
471 functionDecl(hasName("template_test"), in TEST()
499 hasName("varDeclCtors"), in TEST()
500 forEachDescendant(varDecl(hasName(varName)).bind("varDeclCtor"))), in TEST()
649 cxxConstructorDecl(hasName("MyStruct"), 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()
1205 cxxRecordDecl(hasName("Record"), unless(isImplicit())).bind("rec"), in TEST()
1251 cxxRecordDecl(hasName("ContainsArray"), unless(isImplicit())) in TEST()
1326 auto BN = ast_matchers::match(functionDecl(hasName("forLoop")).bind("func"), in TEST()
1421 cxxRecordDecl(hasName("DefaultedAndDeleted"), unless(isImplicit())) in TEST()
1476 callExpr(callee(functionDecl(hasName("hasDefaultArg")))) in TEST()
1500 functionDecl(hasName("decomposition"), in TEST()
1540 functionDecl(hasName("decompTuple"), in TEST()
1629 classTemplateDecl(hasName("TemplStruct")).bind("rec"), in TEST()
1758 functionTemplateDecl(hasName("timesTwo")).bind("fn"), in TEST()
1835 hasName("TemplStruct"), in TEST()