Home
last modified time | relevance | path

Searched defs:TestChildren (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-decl-json.c12 struct TestChildren { struct
13 int x;
14 struct y {
H A Dast-dump-decl.c33 struct TestChildren { struct
39 // CHECK: RecordDecl{{.*}}TestChildren argument
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp515 template <uint16_t Version, class AddrType> void TestChildren() { global() function