Home
last modified time | relevance | path

Searched defs:ExportDecl (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h360 using ExportDecl = llvm::PointerIntPair<Module *, 1, bool>; variable
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp442 Decl *ExportDecl = Actions.ActOnStartExportDecl( in ParseExportDeclaration() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4725 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() function