Searched defs:ExportDecl (Results 1 – 4 of 4) sorted by relevance
227 typedef llvm::PointerIntPair<Module *, 1, bool> ExportDecl; typedef
330 using ExportDecl = llvm::PointerIntPair<Module *, 1, bool>; variable
423 Decl *ExportDecl = Actions.ActOnStartExportDecl( in ParseExportDeclaration() local
4477 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() function