Searched defs:ImportType (Results 1 – 4 of 4) sorted by relevance
468 ImportType ImportType, in createShortImport() argument595 ImportType ImportType = IMPORT_CODE; in writeImportLibrary() local
213 QualType ASTImporterTestBase::ImportType(QualType FromType, Decl *TUDecl, in ImportType() function in clang::ast_matchers::ASTImporterTestBase
35 struct ImportType : TestImportBase {}; struct572 TEST_P(ImportType, ImportAtomicType) { in TEST_P() argument580 TEST_P(ImportType, ImportUsingType) { in TEST_P() argument617 TEST_P(ImportType, ImportTypeAliasTemplate) { in TEST_P() argument647 TEST_P(ImportType, ImportPackExpansion) { in TEST_P() argument664 TEST_P(ImportType, ImportDependentTemplateSpecialization) { in TEST_P() argument677 TEST_P(ImportType, ImportDeducedTemplateSpecialization) { in TEST_P() argument
685 enum ImportType : unsigned { enum