Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp5939 auto ToL = Import(FromL, Lang_CXX11); in TEST_P() local
5940 unsigned ToLSize = std::distance(ToL->decls().begin(), ToL->decls().end()); in TEST_P()
5959 auto ToL = Import(FromL, Lang_CXX11); in TEST_P() local
5960 unsigned ToLSize = std::distance(ToL->decls().begin(), ToL->decls().end()); in TEST_P()
6308 auto ToL = Import(FromL, Lang_CXX11); in TEST_P() local
6311 CXXConstructorDecl *ToCtor = *ToL->ctor_begin(); in TEST_P()