Home
last modified time | relevance | path

Searched refs:TestFunctionDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-decl-json.c69 int TestFunctionDecl(int x, enum { e } y) { in TestFunctionDecl() function
H A Dast-dump-decl.c128 int TestFunctionDecl(int x, enum { e } y) { in TestFunctionDecl() function
131 // CHECK: FunctionDecl{{.*}} TestFunctionDecl 'int (int, enum {{.*}})'