Searched refs:getTuDecl (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 831 Decl *FromTU = getTuDecl( in TEST_P() 1040 Decl *FromTU = getTuDecl( in TEST_P() 1610 Decl *FromTU = getTuDecl( in TEST_P() 1694 Decl *FromTU = getTuDecl( in TEST_P() 3669 Decl *TU = getTuDecl( in TEST_P() 4263 Decl *TU = getTuDecl( in TEST_P() 7111 Decl *TU = getTuDecl( in TEST_P() 7149 Decl *TU = getTuDecl( in TEST_P() 7169 Decl *TU = getTuDecl( in TEST_P() 7192 Decl *TU = getTuDecl( in TEST_P() [all …]
|
| H A D | ASTImporterGenericRedeclTest.cpp | 183 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX03); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition() 200 Decl *FromTU = getTuDecl(getDefinition(), Lang_CXX03); in TypedTest_DefinitionShouldBeImportedAsADefinition() 216 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedPrototype() 238 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype() 282 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypes() 283 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportPrototypes() 305 Decl *FromTU0 = getTuDecl(getDefinition(), Lang_CXX03, "input0.cc"); in TypedTest_ImportDefinitions() 306 Decl *FromTU1 = getTuDecl(getDefinition(), Lang_CXX03, "input1.cc"); in TypedTest_ImportDefinitions() 327 Decl *FromTUDef = getTuDecl(getDefinition(), Lang_CXX03, "input0.cc"); in TypedTest_ImportDefinitionThenPrototype() 353 Decl *FromTUDef = getTuDecl(getDefinition(), Lang_CXX03, "input1.cc"); in TypedTest_ImportPrototypeThenDefinition() [all …]
|
| H A D | ASTImporterVisibilityTest.cpp | 123 TranslationUnitDecl *FromTu = getTuDecl(Code, Lang_CXX14, "input0.cc"); in TypedTest_ImportChain() 247 getTuDecl(getCode1(), Lang_CXX14, "input1.cc"); in TypedTest_ImportAfter() 266 getTuDecl(getCode0(), Lang_CXX14, "input0.cc"); in TypedTest_ImportAfterImport() 268 getTuDecl(getCode1(), Lang_CXX14, "input1.cc"); in TypedTest_ImportAfterImport() 285 getTuDecl(getCode1(), Lang_CXX14, "input1.cc"); in TypedTest_ImportAfterWithMerge() 306 getTuDecl(getCode0(), Lang_CXX14, "input0.cc"); in TypedTest_ImportAfterImportWithMerge() 308 getTuDecl(getCode1(), Lang_CXX14, "input1.cc"); in TypedTest_ImportAfterImportWithMerge()
|
| H A D | ASTImporterObjCTest.cpp | 28 Decl *FromTU = getTuDecl(R"( in TEST_P() 54 Decl *FromTU = getTuDecl(R"( in TEST_P()
|
| H A D | ASTImporterFixtures.cpp | 173 TranslationUnitDecl *ASTImporterTestBase::getTuDecl(StringRef SrcCode, in getTuDecl() function in clang::ast_matchers::ASTImporterTestBase
|
| H A D | ASTImporterODRStrategiesTest.cpp | 263 Decl *FromTU = getTuDecl(FromTUContent(), getLang()); in TypedTest_ImportAfter()
|
| H A D | ASTImporterFixtures.h | 173 TranslationUnitDecl *getTuDecl(StringRef SrcCode, TestLanguage Lang,
|