Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h339 struct RecordInfo : public SymbolInfo { struct
340 RecordInfo() : SymbolInfo(InfoType::IT_record) {} in RecordInfo() argument
341 RecordInfo(SymbolID USR) : SymbolInfo(InfoType::IT_record, USR) {} in RecordInfo() argument
342 RecordInfo(SymbolID USR, StringRef Name) in RecordInfo() argument
344 RecordInfo(SymbolID USR, StringRef Name, StringRef Path) in RecordInfo() argument
361 std::vector<BaseRecordInfo> argument
373 struct BaseRecordInfo : public RecordInfo { argument