Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DModule.h227 typedef llvm::PointerIntPair<Module *, 1, bool> ExportDecl; typedef
/external/llvm-project/clang/include/clang/Basic/
DModule.h330 using ExportDecl = llvm::PointerIntPair<Module *, 1, bool>; variable
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp423 Decl *ExportDecl = Actions.ActOnStartExportDecl( in ParseExportDeclaration() local
/external/llvm-project/clang/include/clang/AST/
DDecl.h4477 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() function