Home
last modified time | relevance | path

Searched refs:TestFunctionDecl2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-decl-json.c74 int TestFunctionDecl2(enum Enum { e } x) { return x; } in TestFunctionDecl2() function
H A Dast-dump-decl.c137 int TestFunctionDecl2(enum Enum { e } x) { return x; } in TestFunctionDecl2() function
138 // CHECK: FunctionDecl{{.*}} TestFunctionDecl2 'int (enum {{.*}})'
/llvm-project/clang/unittests/AST/
H A DDeclPrinterTest.cpp459 TEST(DeclPrinter, TestFunctionDecl2) { in TEST() argument