Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h288 using ExportDecl = llvm::PointerIntPair<Module *, 1, bool>; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp421 Decl *ExportDecl = Actions.ActOnStartExportDecl( in ParseExportDeclaration() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h4223 ExportDecl(DeclContext *DC, SourceLocation ExportLoc) in ExportDecl() function