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.h607 struct TagRecord : APIRecord, RecordContext { struct
629 virtual ~TagRecord() = 0; argument
640 : TagRecord(RK_Enum, USR, Name, Parent, Loc, std::move(Availability), in TagRecord() function
685 : 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