Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclPrinterTest.cpp409 TEST(DeclPrinter, TestFunctionDecl2) { in TEST() argument