Home
last modified time | relevance | path

Searched refs:EnumConstantRecord (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp128 void EnumConstantRecord::anchor() {} in anchor()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIRecords.inc39 CONCRETE_RECORD(EnumConstantRecord, APIRecord, RK_EnumConstant)
H A DAPI.h588 struct EnumConstantRecord : APIRecord { struct
589 EnumConstantRecord(StringRef USR, StringRef Name, SymbolReference Parent, in EnumConstantRecord() function
H A DExtractAPIVisitor.h1225 API.createRecord<EnumConstantRecord>( in recordEnumConstants()