Home
last modified time | relevance | path

Searched defs:ToTU (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTImporterGenericRedeclTest.cpp168 auto *ToTU = Prev->getTranslationUnitDecl(); in CheckPreviousDecl() local
188 Decl *ToTU = ImportedD->getTranslationUnitDecl(); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition() local
205 Decl *ToTU = ImportedD->getTranslationUnitDecl(); in TypedTest_DefinitionShouldBeImportedAsADefinition() local
224 Decl *ToTU = Imported0->getTranslationUnitDecl(); in TypedTest_ImportPrototypeAfterImportedPrototype() local
246 Decl *ToTU = ImportedProto->getTranslationUnitDecl(); in TypedTest_ImportDefinitionAfterImportedPrototype() local
268 Decl *ToTU = ImportedDef->getTranslationUnitDecl(); in TypedTest_ImportPrototypeAfterImportedDefinition() local
291 Decl *ToTU = Imported0->getTranslationUnitDecl(); in TypedTest_ImportPrototypes() local
314 Decl *ToTU = Imported0->getTranslationUnitDecl(); in TypedTest_ImportDefinitions() local
337 Decl *ToTU = ImportedDef->getTranslationUnitDecl(); in TypedTest_ImportDefinitionThenPrototype() local
362 Decl *ToTU = ImportedDef->getTranslationUnitDecl(); in TypedTest_ImportPrototypeThenDefinition() local
[all …]
DASTImporterTest.cpp125 auto *ToTU = Imported->getTranslationUnitDecl(); in TEST_P() local
142 auto *ToTU = To->getTranslationUnitDecl(); in TEST_P() local
1015 auto ToTU = ToTemplated->getTranslationUnitDecl(); in TEST_P() local
1031 auto ToTU = ToTemplated->getTranslationUnitDecl(); in TEST_P() local
1466 Decl *ToTU = getToTuDecl( in TEST_P() local
1506 Decl *ToTU = getToTuDecl( in TEST_P() local
1597 Decl *ToTU = getToTuDecl( in TEST_P() local
1681 auto *ToTU = ToAST->getASTContext().getTranslationUnitDecl(); in TEST_P() local
1714 auto *ToTU = ToAST->getASTContext().getTranslationUnitDecl(); in TEST_P() local
1751 Decl *ToTU = getToTuDecl("int x = 1;", Lang_CXX03); in TEST_P() local
[all …]
DASTImporterFixtures.cpp110 void ASTImporterTestBase::lazyInitSharedState(TranslationUnitDecl *ToTU) { in lazyInitSharedState()
DASTImporterODRStrategiesTest.cpp260 Decl *ToTU = getToTuDecl(ToTUContent(), getLang()); in TypedTest_ImportAfter() local
DStructuralEquivalenceTest.cpp782 auto *ToTU = get<1>(t); in TEST_F() local
/external/llvm-project/clang/include/clang/AST/
DASTImporterSharedState.h49 ASTImporterSharedState(TranslationUnitDecl &ToTU) { in ASTImporterSharedState()
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp741 TranslationUnitDecl *ToTU) { in lazyInitImporterSharedSt()