Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h333 using ExportDecl = llvm::PointerIntPair<Module *, 1, bool>; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp423 Decl *ExportDecl = Actions.ActOnStartExportDecl( in ParseExportDeclaration() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4497 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() function