Lines Matching refs:makeDecls

41   makeDecls(const std::string &SrcCode0, const std::string &SrcCode1,  in makeDecls()  function
67 makeDecls(const std::string &SrcCode0, const std::string &SrcCode1, in makeDecls() function
69 return makeDecls<NodeType, MatcherType>( in makeDecls()
80 return makeDecls<NamedDecl>(SrcCode0, SrcCode1, Lang, Matcher); in makeNamedDecls()
213 auto Decls = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
223 auto Decls = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
233 auto Decls = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
302 auto t = makeDecls<FunctionDecl>( in TEST_F()
310 auto t = makeDecls<FunctionDecl>( in TEST_F()
318 auto t = makeDecls<FunctionDecl>("struct X{ X(); };", "struct X{ ~X(); };", in TEST_F()
483 auto t = makeDecls<CXXMethodDecl>("struct X { void foo(); };", in TEST_F()
528 auto t = makeDecls<CXXMethodDecl>("struct X { public: void foo(); };", in TEST_F()
541 auto t = makeDecls<FunctionDecl>("void foo();", "struct foo { foo(); };", in TEST_F()
548 auto t = makeDecls<CXXConstructorDecl>("struct X { X(); };", in TEST_F()
555 auto t = makeDecls<CXXConstructorDecl>("struct X { X(int); };", in TEST_F()
563 auto t = makeDecls<CXXConstructorDecl>("struct X { X(); };", in TEST_F()
571 auto t = makeDecls<CXXConversionDecl>("struct X { operator bool(); };", in TEST_F()
580 makeDecls<FunctionDecl>("struct X { int operator +(int); };", in TEST_F()
588 auto t = makeDecls<FunctionDecl>( in TEST_F()
596 auto t = makeDecls<FunctionDecl>( in TEST_F()
612 auto t = makeDecls<CXXRecordDecl>("struct A{ };", "struct B{ };", Lang_CXX03, in TEST_F()
800 auto t = makeDecls<CXXRecordDecl>("struct A { };", in TEST_F()
858 auto t = makeDecls<LambdaExpr>( in TEST_F()
870 auto t = makeDecls<LambdaExpr>( in TEST_F()
882 auto t = makeDecls<LambdaExpr>( in TEST_F()
894 auto t = makeDecls<LambdaExpr>( in TEST_F()
1118 makeDecls<EnumConstantDecl>("enum e { foo = 1 };", "enum e { bar = 1 };", in TEST_F()
1126 auto t = makeDecls<ObjCCategoryDecl>("@interface A @end @interface A(X) @end", in TEST_F()
1133 auto t = makeDecls<ObjCCategoryDecl>("@interface A @end @interface A(X) @end", in TEST_F()
1140 auto t = makeDecls<ObjCCategoryDecl>("@interface A @end @interface A(X) @end", in TEST_F()
1147 auto t = makeDecls<ObjCCategoryDecl>("@interface A @end @interface A(X) @end", in TEST_F()
1154 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1162 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1170 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1180 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1188 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1196 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1204 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1212 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1220 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1228 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1236 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1244 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1250 auto t2 = makeDecls<ObjCCategoryDecl>( in TEST_F()
1258 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1266 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1274 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1282 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1290 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1297 auto t = makeDecls<ObjCCategoryDecl>( in TEST_F()
1381 auto t = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
1411 auto t = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
1459 auto t = makeDecls<FunctionTemplateDecl>(Code, Code, Lang_CXX11, in TEST_F()
1477 auto t = makeDecls<FunctionTemplateDecl>(Code + R"( in TEST_F()
1512 auto t = makeDecls<FunctionTemplateDecl>(Code, Code, Lang_CXX11, in TEST_F()
1530 auto t = makeDecls<FunctionTemplateDecl>(Code + R"( in TEST_F()
1559 auto t = makeDecls<FunctionTemplateDecl>(Code + R"( in TEST_F()
1581 auto t = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
1606 auto t = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
1632 auto t = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
1657 auto t = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()
1683 auto t = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F()