Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h373 struct BaseRecordInfo : public RecordInfo { struct
374 BaseRecordInfo() : RecordInfo() {} in BaseRecordInfo() argument
375 BaseRecordInfo(SymbolID USR, StringRef Name, StringRef Path, bool IsVirtual, in BaseRecordInfo() argument
381 bool IsVirtual = false;
384 AccessSpecifier Access = AccessSpecifier::AS_public;
385 bool IsParent = false; // Indicates if this base is a direct parent