Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.h23 class ImportDecl; variable
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexDataConsumer.h21 class ImportDecl; variable
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConsumer.h28 class ImportDecl; variable
H A DDecl.h4662 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp661 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); in ParseTopLevelDecl() local
676 Decl *ImportDecl = Import.isInvalid() ? nullptr : Import.get(); in ParseTopLevelDecl() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5351 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl
5362 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() function in ImportDecl