Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Index/
H A DIndexingContext.h23 class ImportDecl; variable
/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h29 class ImportDecl; variable
H A DDecl.h4843 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} ImportDecl() function
[all...]
/llvm-project/clang/lib/Parse/
H A DParser.cpp678 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); ParseTopLevelDecl() local
693 Decl *ImportDecl = Import.isInvalid() ? nullptr : Import.get(); ParseTopLevelDecl() local
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp36 struct ImportDecl : TestImportBase {}; struct
695 TEST_P(ImportDecl, ImportFunctionTemplateDecl) { in TEST_P() argument
740 TEST_P(ImportDecl, ImportVarTemplate) { in TEST_P() argument
896 TEST_P(ImportDecl,ImportRecordDeclInFunc) TEST_P() argument
908 TEST_P(ImportDecl,ImportedVarDeclPreservesThreadLocalStorage) TEST_P() argument
985 TEST_P(ImportDecl,ImportUsingDecl) TEST_P() argument
993 TEST_P(ImportDecl,ImportUsingTemplate) TEST_P() argument
1005 TEST_P(ImportDecl,ImportUsingEnumDecl) TEST_P() argument
1015 TEST_P(ImportDecl,ImportUsingPackDecl) TEST_P() argument
1041 TEST_P(ImportDecl,ImportUsingShadowDecl) TEST_P() argument
1092 TEST_P(ImportDecl,ImportTemplatedDeclForTemplate) TEST_P() argument
1106 TEST_P(ImportDecl,ImportClassTemplatePartialSpecialization) TEST_P() argument
3126 TEST_P(ImportDecl,ImportEnumSequential) TEST_P() argument
3165 TEST_P(ImportDecl,ImportFieldOrder) TEST_P() argument
[all...]
/llvm-project/clang/lib/AST/
H A DDecl.cpp5675 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, ImportDecl() function in ImportDecl
5686 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, ImportDecl() function in ImportDecl
[all...]