Home
last modified time | relevance | path

Searched defs:ImportType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFImportFile.cpp468 ImportType ImportType, in createShortImport() argument
595 ImportType ImportType = IMPORT_CODE; in writeImportLibrary() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.cpp213 QualType ASTImporterTestBase::ImportType(QualType FromType, Decl *TUDecl, in ImportType() function in clang::ast_matchers::ASTImporterTestBase
H A DASTImporterTest.cpp35 struct ImportType : TestImportBase {}; struct
572 TEST_P(ImportType, ImportAtomicType) { in TEST_P() argument
580 TEST_P(ImportType, ImportUsingType) { in TEST_P() argument
617 TEST_P(ImportType, ImportTypeAliasTemplate) { in TEST_P() argument
647 TEST_P(ImportType, ImportPackExpansion) { in TEST_P() argument
664 TEST_P(ImportType, ImportDependentTemplateSpecialization) { in TEST_P() argument
677 TEST_P(ImportType, ImportDeducedTemplateSpecialization) { in TEST_P() argument
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DCOFF.h685 enum ImportType : unsigned { enum