Home
last modified time | relevance | path

Searched defs:TagRecord (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h602 struct TagRecord : APIRecord, RecordContext { struct
609 : APIRecord(Kind, USR, Name, Parent, Loc, std::move(Availability), in APIRecord()
615 static bool classof(const APIRecord *Record) { in classof()
641 virtual ~TagRecord() = 0; argument
652 : TagRecord(RK_Enum, USR, Name, Parent, Loc, std::move(Availability), in TagRecord() function
697 : TagRecord(Kind, USR, Name, Parent, Loc, std::move(Availability), in TagRecord() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h419 explicit TagRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in TagRecord() function
420 TagRecord(TypeRecordKind Kind, uint16_t MemberCount, ClassOptions Options, in TagRecord() function