9#ifndef LLVM_CLANG_INSTALLAPI_FRONTENDRECORDS_H
10#define LLVM_CLANG_INSTALLAPI_FRONTENDRECORDS_H
49 std::pair<GlobalRecord *, FrontendAttrs *>
53 bool Inlined =
false);
66 std::pair<ObjCInterfaceRecord *, FrontendAttrs *>
82 std::pair<ObjCCategoryRecord *, FrontendAttrs *>
99 std::pair<ObjCIVarRecord *, FrontendAttrs *>
107 llvm::DenseMap<Record *, FrontendAttrs> FrontendRecords;
llvm::MachO::SymbolFlags SymbolFlags
llvm::MachO::RecordLinkage RecordLinkage
llvm::MachO::ObjCContainerRecord ObjCContainerRecord
Decl - This represents one declaration (or definition), e.g.
Encodes a location in the source.
std::pair< ObjCIVarRecord *, FrontendAttrs * > addObjCIVar(ObjCContainerRecord *Container, StringRef IvarName, RecordLinkage Linkage, const clang::AvailabilityInfo Avail, const Decl *D, HeaderType Access, const clang::ObjCIvarDecl::AccessControl AC)
Add ObjC IVar record with attributes from AST.
std::pair< GlobalRecord *, FrontendAttrs * > addGlobal(StringRef Name, RecordLinkage Linkage, GlobalRecord::Kind GV, const clang::AvailabilityInfo Avail, const Decl *D, const HeaderType Access, SymbolFlags Flags=SymbolFlags::None, bool Inlined=false)
Add non-ObjC global record with attributes from AST.
std::pair< ObjCInterfaceRecord *, FrontendAttrs * > addObjCInterface(StringRef Name, RecordLinkage Linkage, const clang::AvailabilityInfo Avail, const Decl *D, HeaderType Access, bool IsEHType)
Add ObjC Class record with attributes from AST.
std::pair< ObjCCategoryRecord *, FrontendAttrs * > addObjCCategory(StringRef ClassToExtend, StringRef CategoryName, const clang::AvailabilityInfo Avail, const Decl *D, HeaderType Access)
Add ObjC Category record with attributes from AST.
FrontendRecordsSlice(const llvm::Triple &T)
The JSON file list parser is used to communicate input to InstallAPI.
Linkage
Describes the different kinds of linkage (C++ [basic.link], C99 6.2.2) that an entity may have.
const FunctionProtoType * T
Diagnostic wrappers for TextAPI types for error reporting.
Storage of availability attributes for a declaration.
Frontend information captured about records.
const AvailabilityInfo Avail