Searched refs:TestFunctionDecl2 (Results 1 – 3 of 3) sorted by relevance
74 int TestFunctionDecl2(enum Enum { e } x) { return x; } in TestFunctionDecl2() function
137 int TestFunctionDecl2(enum Enum { e } x) { return x; } in TestFunctionDecl2() function 138 // CHECK: FunctionDecl{{.*}} TestFunctionDecl2 'int (enum {{.*}})'
459 TEST(DeclPrinter, TestFunctionDecl2) { in TEST() argument