Searched refs:Tu (Results 1 – 3 of 3) sorted by relevance
182 TU &Tu = FromTUs.back(); in getTuDecl() local184 return Tu.TUDecl; in getTuDecl()225 for (auto &Tu : FromTUs) { in ~ASTImporterTestBase() local226 assert(Tu.Unit); in ~ASTImporterTestBase()228 Tu.Unit->getASTContext().getTranslationUnitDecl()->dump(); in ~ASTImporterTestBase()
39 union Tu { T b; } __attribute__((transparent_union)); // expected-warning {{'transparent_union' att… union46 void tuTest1(Tu<int> u); // expected-note {{candidate function not viable: no known conversion from…
101 U Tu; variable