Searched defs:ExportDecl (Results 1 – 3 of 3) sorted by relevance
412 using ExportDecl = llvm::PointerIntPair<Module *, 1, bool>; global() variable
461 Decl *ExportDecl = Actions.ActOnStartExportDecl( ParseExportDeclaration() local
4906 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) ExportDecl() function