Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ExtractAPI/
DAPI.h192 struct APIRecord { struct
198 // APIRecords.inc argument
241 StringRef USR;
242 StringRef Name;
244 SymbolReference Parent;
246 PresumedLoc Location;
247 AvailabilityInfo Availability;
248 LinkageInfo Linkage;
274 mutable APIRecord *NextInContext = nullptr; argument
277 APIRecord *getNextInContext() const { return NextInContext; } in getNextInContext() argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ExtractAPI/
DAPI.h156 struct APIRecord { struct
158 enum RecordKind {
210 /// A pointer to the parent APIRecord if known. argument
225 StringRef USR;
226 StringRef Name;
227 PresumedLoc Location;
228 AvailabilityInfo Availability;
229 LinkageInfo Linkage;
232 DocComment Comment;
257 APIRecord() = delete; argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ExtractAPI/
DAPI.h156 struct APIRecord { struct
158 enum RecordKind {
209 /// A pointer to the parent APIRecord if known. argument
224 StringRef USR;
225 StringRef Name;
226 PresumedLoc Location;
227 AvailabilitySet Availabilities;
228 LinkageInfo Linkage;
231 DocComment Comment;
256 APIRecord() = delete; argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ExtractAPI/
DAPI.h156 struct APIRecord { struct
158 enum RecordKind {
210 /// A pointer to the parent APIRecord if known. argument
225 StringRef USR;
226 StringRef Name;
227 PresumedLoc Location;
228 AvailabilityInfo Availability;
229 LinkageInfo Linkage;
232 DocComment Comment;
257 APIRecord() = delete; argument
[all …]