Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h87 struct ExportDecl { struct
88 ModuleId Id;
89 SourceLocation Location;
90 bool Wildcard; /// True if the last element of the ModuleId is '*'.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h468 using ExportDecl = llvm::PointerIntPair<Module *, 1, bool>; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp413 Decl *ExportDecl = Actions.ActOnStartExportDecl( in ParseExportDeclaration() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h5049 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() function