Home
last modified time | relevance | path

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

/external/clang/include/clang/Index/
DIndexDataConsumer.h21 class ImportDecl; variable
/external/llvm-project/clang/lib/Index/
DIndexingContext.h23 class ImportDecl; variable
/external/clang/lib/Index/
DIndexingContext.h22 class ImportDecl; variable
/external/llvm-project/clang/include/clang/Index/
DIndexDataConsumer.h21 class ImportDecl; variable
/external/clang/include/clang/AST/
DASTConsumer.h31 class ImportDecl; variable
DDecl.h3753 ImportDecl(EmptyShell Empty) : Decl(Import, Empty), NextLocalImport() { } in ImportDecl() function
/external/llvm-project/clang/include/clang/AST/
DASTConsumer.h28 class ImportDecl; variable
DDecl.h4414 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl() function
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp36 struct ImportDecl : TestImportBase {}; struct
519 TEST_P(ImportDecl, ImportFunctionTemplateDecl) { in TEST_P() argument
564 TEST_P(ImportDecl, ImportVarTemplate) { in TEST_P() argument
686 TEST_P(ImportDecl, ImportRecordDeclInFunc) { in TEST_P() argument
769 TEST_P(ImportDecl, ImportUsingDecl) { in TEST_P() argument
790 TEST_P(ImportDecl, ImportUsingShadowDecl) { in TEST_P() argument
835 TEST_P(ImportDecl, ImportTemplatedDeclForTemplate) { in TEST_P() argument
849 TEST_P(ImportDecl, ImportClassTemplatePartialSpecialization) { in TEST_P() argument
2691 TEST_P(ImportDecl, ImportEnumSequential) { in TEST_P() argument
2730 TEST_P(ImportDecl, ImportFieldOrder) { in TEST_P() argument
/external/llvm-project/clang/lib/Parse/
DParser.cpp652 Decl *ImportDecl = ParseModuleImport(SourceLocation()); in ParseTopLevelDecl() local
/external/turbine/java/com/google/turbine/tree/
DTree.java620 public static class ImportDecl extends Tree { class in Tree
625 public ImportDecl(int position, ImmutableList<Ident> type, boolean stat, boolean wild) { in ImportDecl() method in Tree.ImportDecl
/external/clang/lib/AST/
DDecl.cpp4224 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
4236 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
/external/llvm-project/clang/lib/AST/
DDecl.cpp5032 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5043 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl