Searched defs:ImportDecl (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Index/ |
H A D | IndexingContext.h | 23 class ImportDecl; variable
|
/llvm-project/clang/include/clang/Index/ |
H A D | IndexDataConsumer.h | 21 class ImportDecl; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTConsumer.h | 29 class ImportDecl; variable
|
H A D | Decl.h | 4843 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} ImportDecl() function [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 678 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); ParseTopLevelDecl() local 693 Decl *ImportDecl = Import.isInvalid() ? nullptr : Import.get(); ParseTopLevelDecl() local
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 36 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 D | Decl.cpp | 5675 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, ImportDecl() function in ImportDecl 5686 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, ImportDecl() function in ImportDecl [all...] |