Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h23 class ImportDecl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h28 class ImportDecl; global() variable
H A DDecl.h4777 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} ImportDecl() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp677 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); ParseTopLevelDecl() local
692 Decl *ImportDecl = Import.isInvalid() ? nullptr : Import.get(); ParseTopLevelDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5608 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, ImportDecl() function in ImportDecl
5619 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, ImportDecl() function in ImportDecl
[all...]