Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp41 ASTImporterTestBase::TU::TU(StringRef Code, StringRef FileName, in TU()
63 ASTImporterTestBase::TU::~TU() {} in ~TU()
65 void ASTImporterTestBase::TU::lazyInitImporter( in lazyInitImporter()
79 Decl *ASTImporterTestBase::TU::import( in import()
91 llvm::Expected<Decl *> ASTImporterTestBase::TU::importOrError( in importOrError()
98 QualType ASTImporterTestBase::TU::import( in import()
110 void ASTImporterTestBase::lazyInitSharedState(TranslationUnitDecl *ToTU) { in lazyInitSharedState()
116 void ASTImporterTestBase::lazyInitToAST(TestLanguage ToLang, in lazyInitToAST()
130 ASTImporterTestBase::TU *ASTImporterTestBase::findFromTU(Decl *From) { in findFromTU()
141 std::tuple<Decl *, Decl *> ASTImporterTestBase::getImportedDecl( in getImportedDecl()
[all …]
DASTImporterFixtures.h85 class ASTImporterTestBase : public CompilerOptionSpecificTest {
194 ASTImporterTestBase() in ASTImporterTestBase() function
196 ~ASTImporterTestBase();
200 : public ASTImporterTestBase,
DASTImporterVisibilityTest.cpp109 : public ASTImporterTestBase, public ImportVisibilityChainParams {
232 : public ASTImporterTestBase,