Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h847 struct CXXConstructorRecord : CXXMethodRecord { struct
848 CXXConstructorRecord(StringRef USR, StringRef Name, SymbolReference Parent, in CXXConstructorRecord() function
859 static bool classof(const APIRecord *Record) { in classof()
862 static bool classofKind(RecordKind K) { return K == RK_CXXConstructorMethod; } in classofKind()