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