Searched defs:CXXConstructorRecord (Results 1 – 1 of 1) sorted by relevance
847 struct CXXConstructorRecord : CXXMethodRecord { struct848 CXXConstructorRecord(StringRef USR, StringRef Name, SymbolReference Parent, in CXXConstructorRecord() function859 static bool classof(const APIRecord *Record) { in classof()862 static bool classofKind(RecordKind K) { return K == RK_CXXConstructorMethod; } in classofKind()