Searched defs:APIRecord (Results 1 – 1 of 1) sorted by relevance
57 struct APIRecord { struct59 enum RecordKind {88 /// A pointer to the parent APIRecord if known. argument103 StringRef USR;104 StringRef Name;105 PresumedLoc Location;106 AvailabilitySet Availabilities;107 LinkageInfo Linkage;110 DocComment Comment;135 APIRecord() = delete; argument[all …]