Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.cpp182 TU &Tu = FromTUs.back(); in getTuDecl() local
184 return Tu.TUDecl; in getTuDecl()
225 for (auto &Tu : FromTUs) { in ~ASTImporterTestBase() local
226 assert(Tu.Unit); in ~ASTImporterTestBase()
228 Tu.Unit->getASTContext().getTranslationUnitDecl()->dump(); in ~ASTImporterTestBase()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-gnu.cpp39 union Tu { T b; } __attribute__((transparent_union)); // expected-warning {{'transparent_union' att… union
46 void tuTest1(Tu<int> u); // expected-note {{candidate function not viable: no known conversion from…
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-negative.cpp101 U Tu; variable