Searched defs:RecordInfo (Results 1 – 1 of 1) sorted by relevance
339 struct RecordInfo : public SymbolInfo { struct340 RecordInfo() : SymbolInfo(InfoType::IT_record) {} in RecordInfo() argument341 RecordInfo(SymbolID USR) : SymbolInfo(InfoType::IT_record, USR) {} in RecordInfo() argument342 RecordInfo(SymbolID USR, StringRef Name) in RecordInfo() argument344 RecordInfo(SymbolID USR, StringRef Name, StringRef Path) in RecordInfo() argument361 std::vector<BaseRecordInfo> argument373 struct BaseRecordInfo : public RecordInfo { argument