Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h29 class ImportDecl; variable
H A DDecl.h4804 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp678 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); in ParseTopLevelDecl() local
693 Decl *ImportDecl = Import.isInvalid() ? nullptr : Import.get(); in ParseTopLevelDecl() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5675 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5686 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl