clang-tools 20.0.0git
|
Namespaces | |
namespace | serialize |
Classes | |
struct | BaseRecordInfo |
struct | BitCodeConstants |
struct | BlockIdToIndexFunctor |
class | ClangDocBitcodeReader |
class | ClangDocBitcodeWriter |
struct | ClangDocContext |
struct | CommentInfo |
struct | EnumInfo |
struct | EnumValueInfo |
struct | FieldTypeInfo |
struct | FunctionInfo |
class | Generator |
class | HTMLGenerator |
Generator for HTML documentation. More... | |
struct | Index |
struct | Info |
A base struct for Infos. More... | |
struct | Location |
class | MapASTVisitor |
class | MapperActionFactory |
class | MDGenerator |
Generator for Markdown documentation. More... | |
struct | MemberTypeInfo |
struct | NamespaceInfo |
struct | RecordIdDsc |
struct | RecordIdToIndexFunctor |
struct | RecordInfo |
struct | Reference |
struct | ScopeChildren |
struct | SymbolInfo |
struct | TemplateInfo |
struct | TemplateParamInfo |
struct | TemplateSpecializationInfo |
struct | TypedefInfo |
struct | TypeInfo |
class | YAMLGenerator |
Generator for YAML documentation. More... | |
Typedefs | |
using | Record = llvm::SmallVector< uint64_t, 1024 > |
using | AbbrevDsc = void(*)(std::shared_ptr< llvm::BitCodeAbbrev > &Abbrev) |
typedef llvm::Registry< Generator > | GeneratorRegistry |
using | SymbolID = std::array< uint8_t, 20 > |
Functions | |
llvm::Error | decodeRecord (const Record &R, llvm::SmallVectorImpl< char > &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, SymbolID &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, bool &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, int &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, AccessSpecifier &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, TagTypeKind &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, std::optional< Location > &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, InfoType &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, FieldId &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, llvm::SmallVectorImpl< llvm::SmallString< 16 > > &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (const Record &R, llvm::SmallVectorImpl< Location > &Field, llvm::StringRef Blob) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, const unsigned VersionNo) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, NamespaceInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, RecordInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, BaseRecordInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, EnumInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, TypedefInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, EnumValueInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, FunctionInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, TypeInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, FieldTypeInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, MemberTypeInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, CommentInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, Reference *I, FieldId &F) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, TemplateInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, TemplateSpecializationInfo *I) |
llvm::Error | parseRecord (const Record &R, unsigned ID, llvm::StringRef Blob, TemplateParamInfo *I) |
template<typename T > | |
llvm::Expected< CommentInfo * > | getCommentInfo (T I) |
template<> | |
llvm::Expected< CommentInfo * > | getCommentInfo (FunctionInfo *I) |
template<> | |
llvm::Expected< CommentInfo * > | getCommentInfo (NamespaceInfo *I) |
template<> | |
llvm::Expected< CommentInfo * > | getCommentInfo (RecordInfo *I) |
template<> | |
llvm::Expected< CommentInfo * > | getCommentInfo (MemberTypeInfo *I) |
template<> | |
llvm::Expected< CommentInfo * > | getCommentInfo (EnumInfo *I) |
template<> | |
llvm::Expected< CommentInfo * > | getCommentInfo (TypedefInfo *I) |
template<> | |
llvm::Expected< CommentInfo * > | getCommentInfo (CommentInfo *I) |
template<> | |
llvm::Expected< CommentInfo * > | getCommentInfo (std::unique_ptr< CommentInfo > &I) |
template<typename T , typename TTypeInfo > | |
llvm::Error | addTypeInfo (T I, TTypeInfo &&TI) |
template<> | |
llvm::Error | addTypeInfo (RecordInfo *I, MemberTypeInfo &&T) |
template<> | |
llvm::Error | addTypeInfo (BaseRecordInfo *I, MemberTypeInfo &&T) |
template<> | |
llvm::Error | addTypeInfo (FunctionInfo *I, TypeInfo &&T) |
template<> | |
llvm::Error | addTypeInfo (FunctionInfo *I, FieldTypeInfo &&T) |
template<> | |
llvm::Error | addTypeInfo (EnumInfo *I, TypeInfo &&T) |
template<> | |
llvm::Error | addTypeInfo (TypedefInfo *I, TypeInfo &&T) |
template<typename T > | |
llvm::Error | addReference (T I, Reference &&R, FieldId F) |
template<> | |
llvm::Error | addReference (TypeInfo *I, Reference &&R, FieldId F) |
template<> | |
llvm::Error | addReference (FieldTypeInfo *I, Reference &&R, FieldId F) |
template<> | |
llvm::Error | addReference (MemberTypeInfo *I, Reference &&R, FieldId F) |
template<> | |
llvm::Error | addReference (EnumInfo *I, Reference &&R, FieldId F) |
template<> | |
llvm::Error | addReference (TypedefInfo *I, Reference &&R, FieldId F) |
template<> | |
llvm::Error | addReference (NamespaceInfo *I, Reference &&R, FieldId F) |
template<> | |
llvm::Error | addReference (FunctionInfo *I, Reference &&R, FieldId F) |
template<> | |
llvm::Error | addReference (RecordInfo *I, Reference &&R, FieldId F) |
template<typename T , typename ChildInfoType > | |
void | addChild (T I, ChildInfoType &&R) |
template<> | |
void | addChild (NamespaceInfo *I, FunctionInfo &&R) |
template<> | |
void | addChild (NamespaceInfo *I, EnumInfo &&R) |
template<> | |
void | addChild (NamespaceInfo *I, TypedefInfo &&R) |
template<> | |
void | addChild (RecordInfo *I, FunctionInfo &&R) |
template<> | |
void | addChild (RecordInfo *I, EnumInfo &&R) |
template<> | |
void | addChild (RecordInfo *I, TypedefInfo &&R) |
template<> | |
void | addChild (EnumInfo *I, EnumValueInfo &&R) |
template<> | |
void | addChild (RecordInfo *I, BaseRecordInfo &&R) |
template<> | |
void | addChild (BaseRecordInfo *I, FunctionInfo &&R) |
template<typename T > | |
void | addTemplateParam (T I, TemplateParamInfo &&P) |
template<> | |
void | addTemplateParam (TemplateInfo *I, TemplateParamInfo &&P) |
template<> | |
void | addTemplateParam (TemplateSpecializationInfo *I, TemplateParamInfo &&P) |
template<typename T > | |
void | addTemplate (T I, TemplateInfo &&P) |
template<> | |
void | addTemplate (RecordInfo *I, TemplateInfo &&P) |
template<> | |
void | addTemplate (FunctionInfo *I, TemplateInfo &&P) |
template<typename T > | |
void | addTemplateSpecialization (T I, TemplateSpecializationInfo &&TSI) |
template<> | |
void | addTemplateSpecialization (TemplateInfo *I, TemplateSpecializationInfo &&TSI) |
static void | AbbrevGen (std::shared_ptr< llvm::BitCodeAbbrev > &Abbrev, const std::initializer_list< llvm::BitCodeAbbrevOp > Ops) |
static void | BoolAbbrev (std::shared_ptr< llvm::BitCodeAbbrev > &Abbrev) |
static void | IntAbbrev (std::shared_ptr< llvm::BitCodeAbbrev > &Abbrev) |
static void | SymbolIDAbbrev (std::shared_ptr< llvm::BitCodeAbbrev > &Abbrev) |
static void | StringAbbrev (std::shared_ptr< llvm::BitCodeAbbrev > &Abbrev) |
static void | LocationAbbrev (std::shared_ptr< llvm::BitCodeAbbrev > &Abbrev) |
std::unique_ptr< tooling::FrontendActionFactory > | newMapperActionFactory (ClangDocContext CDCtx) |
llvm::Expected< std::unique_ptr< Generator > > | findGeneratorByName (llvm::StringRef Format) |
std::string | getTagType (TagTypeKind AS) |
template<typename Derived , typename Base , typename = std::enable_if<std::is_base_of<Derived, Base>::value>> | |
static void | appendVector (std::vector< Derived > &&New, std::vector< Base > &Original) |
static SmallString< 128 > | computeRelativePath (StringRef Destination, StringRef Origin) |
static std::vector< std::unique_ptr< TagNode > > | genStylesheetsHTML (StringRef InfoPath, const ClangDocContext &CDCtx) |
static std::vector< std::unique_ptr< TagNode > > | genJsScriptsHTML (StringRef InfoPath, const ClangDocContext &CDCtx) |
static std::unique_ptr< TagNode > | genLink (const Twine &Text, const Twine &Link) |
static std::unique_ptr< HTMLNode > | genReference (const Reference &Type, StringRef CurrentDirectory, std::optional< StringRef > JumpToSection=std::nullopt) |
static std::vector< std::unique_ptr< HTMLNode > > | genReferenceList (const llvm::SmallVectorImpl< Reference > &Refs, const StringRef &CurrentDirectory) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const EnumInfo &I, const ClangDocContext &CDCtx) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const FunctionInfo &I, const ClangDocContext &CDCtx, StringRef ParentInfoDir) |
static std::unique_ptr< TagNode > | genHTML (const std::vector< CommentInfo > &C) |
static std::vector< std::unique_ptr< TagNode > > | genEnumsBlock (const std::vector< EnumInfo > &Enums, const ClangDocContext &CDCtx) |
static std::unique_ptr< TagNode > | genEnumMembersBlock (const llvm::SmallVector< EnumValueInfo, 4 > &Members) |
static std::vector< std::unique_ptr< TagNode > > | genFunctionsBlock (const std::vector< FunctionInfo > &Functions, const ClangDocContext &CDCtx, StringRef ParentInfoDir) |
static std::vector< std::unique_ptr< TagNode > > | genRecordMembersBlock (const llvm::SmallVector< MemberTypeInfo, 4 > &Members, StringRef ParentInfoDir) |
static std::vector< std::unique_ptr< TagNode > > | genReferencesBlock (const std::vector< Reference > &References, llvm::StringRef Title, StringRef ParentPath) |
static std::unique_ptr< TagNode > | writeFileDefinition (const Location &L, std::optional< StringRef > RepositoryUrl=std::nullopt) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const Index &Index, StringRef InfoPath, bool IsOutermostList) |
static std::vector< std::unique_ptr< TagNode > > | genFileHeadNodes (StringRef Title, StringRef InfoPath, const ClangDocContext &CDCtx) |
static std::unique_ptr< TagNode > | genFileHeaderNode (StringRef ProjectName) |
static std::unique_ptr< TagNode > | genInfoFileMainNode (StringRef InfoPath, std::vector< std::unique_ptr< TagNode > > &MainContentInnerNodes, const Index &InfoIndex) |
static std::unique_ptr< TagNode > | genFileFooterNode () |
static HTMLFile | genInfoFile (StringRef Title, StringRef InfoPath, std::vector< std::unique_ptr< TagNode > > &MainContentNodes, const Index &InfoIndex, const ClangDocContext &CDCtx) |
template<typename T , typename = std::enable_if<std::is_base_of<T, Info>::value>> | |
static Index | genInfoIndexItem (const std::vector< T > &Infos, StringRef Title) |
static std::unique_ptr< HTMLNode > | genHTML (const CommentInfo &I) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const NamespaceInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, std::string &InfoTitle) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const RecordInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, std::string &InfoTitle) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const TypedefInfo &I, const ClangDocContext &CDCtx, std::string &InfoTitle) |
static std::string | getRefType (InfoType IT) |
static llvm::Error | serializeIndex (ClangDocContext &CDCtx) |
static std::unique_ptr< TagNode > | genIndexFileMainNode () |
static llvm::Error | genIndex (const ClangDocContext &CDCtx) |
static llvm::Error | copyFile (StringRef FilePath, StringRef OutDirectory) |
static GeneratorRegistry::Add< HTMLGenerator > | HTML (HTMLGenerator::Format, "Generator for HTML output.") |
template<typename T > | |
bool | isTypedefAnonRecord (const T *D) |
static std::string | genItalic (const Twine &Text) |
static std::string | genEmphasis (const Twine &Text) |
static std::string | genReferenceList (const llvm::SmallVectorImpl< Reference > &Refs) |
static void | writeLine (const Twine &Text, raw_ostream &OS) |
static void | writeNewLine (raw_ostream &OS) |
static void | writeHeader (const Twine &Text, unsigned int Num, raw_ostream &OS) |
static void | writeFileDefinition (const ClangDocContext &CDCtx, const Location &L, raw_ostream &OS) |
static void | writeDescription (const CommentInfo &I, raw_ostream &OS) |
static void | writeNameLink (const StringRef &CurrentPath, const Reference &R, llvm::raw_ostream &OS) |
static void | genMarkdown (const ClangDocContext &CDCtx, const EnumInfo &I, llvm::raw_ostream &OS) |
static void | genMarkdown (const ClangDocContext &CDCtx, const FunctionInfo &I, llvm::raw_ostream &OS) |
static void | genMarkdown (const ClangDocContext &CDCtx, const NamespaceInfo &I, llvm::raw_ostream &OS) |
static void | genMarkdown (const ClangDocContext &CDCtx, const RecordInfo &I, llvm::raw_ostream &OS) |
static void | genMarkdown (const ClangDocContext &CDCtx, const TypedefInfo &I, llvm::raw_ostream &OS) |
static void | serializeReference (llvm::raw_fd_ostream &OS, Index &I, int Level) |
static llvm::Error | serializeIndex (ClangDocContext &CDCtx) |
static llvm::Error | genIndex (ClangDocContext &CDCtx) |
static GeneratorRegistry::Add< MDGenerator > | MD (MDGenerator::Format, "Generator for MD output.") |
llvm::Expected< std::unique_ptr< Info > > | mergeInfos (std::vector< std::unique_ptr< Info > > &Values) |
static llvm::SmallString< 64 > | calculateRelativeFilePath (const InfoType &Type, const StringRef &Path, const StringRef &Name, const StringRef &CurrentPath) |
static GeneratorRegistry::Add< YAMLGenerator > | YAML (YAMLGenerator::Format, "Generator for YAML output.") |
Variables | |
static const SymbolID | EmptySID = SymbolID() |
static const llvm::IndexedMap< llvm::StringRef, BlockIdToIndexFunctor > | BlockIdNameMap |
static const llvm::IndexedMap< RecordIdDsc, RecordIdToIndexFunctor > | RecordIdNameMap |
static const std::vector< std::pair< BlockId, std::vector< RecordId > > > | RecordsByBlock |
static const unsigned | VersionNumber = 3 |
static constexpr unsigned | BlockIdCount = BI_LAST - BI_FIRST |
static constexpr unsigned | RecordIdCount = RI_LAST - RI_FIRST |
volatile int | YAMLGeneratorAnchorSource = 0 |
volatile int | MDGeneratorAnchorSource = 0 |
volatile int | HTMLGeneratorAnchorSource = 0 |
static int LLVM_ATTRIBUTE_UNUSED | YAMLGeneratorAnchorDest |
static int LLVM_ATTRIBUTE_UNUSED | MDGeneratorAnchorDest |
static int LLVM_ATTRIBUTE_UNUSED | HTMLGeneratorAnchorDest |
static llvm::StringSet | USRVisited |
static llvm::sys::Mutex | USRVisitedGuard |
using clang::doc::AbbrevDsc = typedef void (*)(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) |
Definition at line 31 of file BitcodeWriter.cpp.
typedef llvm::Registry<Generator> clang::doc::GeneratorRegistry |
Definition at line 48 of file Generators.h.
using clang::doc::Record = typedef llvm::SmallVector<uint64_t, 1024> |
Definition at line 18 of file BitcodeReader.cpp.
using clang::doc::SymbolID = typedef std::array<uint8_t, 20> |
Definition at line 31 of file Representation.h.
enum clang::doc::BlockId |
Definition at line 53 of file BitcodeWriter.h.
|
strong |
Enumerator | |
---|---|
F_default | |
F_namespace | |
F_parent | |
F_vparent | |
F_type | |
F_child_namespace | |
F_child_record |
Definition at line 144 of file BitcodeWriter.h.
|
strong |
Enumerator | |
---|---|
IT_default | |
IT_namespace | |
IT_record | |
IT_function | |
IT_enum | |
IT_typedef |
Definition at line 39 of file Representation.h.
enum clang::doc::RecordId |
Definition at line 76 of file BitcodeWriter.h.
|
static |
Definition at line 33 of file BitcodeWriter.cpp.
Referenced by BoolAbbrev(), IntAbbrev(), LocationAbbrev(), StringAbbrev(), and SymbolIDAbbrev().
void clang::doc::addChild | ( | BaseRecordInfo * | I, |
FunctionInfo && | R | ||
) |
Definition at line 617 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Children, and clang::doc::ScopeChildren::Functions.
void clang::doc::addChild | ( | EnumInfo * | I, |
EnumValueInfo && | R | ||
) |
Definition at line 611 of file BitcodeReader.cpp.
References clang::doc::EnumInfo::Members.
void clang::doc::addChild | ( | NamespaceInfo * | I, |
EnumInfo && | R | ||
) |
Definition at line 592 of file BitcodeReader.cpp.
References clang::doc::NamespaceInfo::Children, and clang::doc::ScopeChildren::Enums.
void clang::doc::addChild | ( | NamespaceInfo * | I, |
FunctionInfo && | R | ||
) |
Definition at line 589 of file BitcodeReader.cpp.
References clang::doc::NamespaceInfo::Children, and clang::doc::ScopeChildren::Functions.
void clang::doc::addChild | ( | NamespaceInfo * | I, |
TypedefInfo && | R | ||
) |
Definition at line 595 of file BitcodeReader.cpp.
References clang::doc::NamespaceInfo::Children, and clang::doc::ScopeChildren::Typedefs.
void clang::doc::addChild | ( | RecordInfo * | I, |
BaseRecordInfo && | R | ||
) |
Definition at line 614 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Bases.
void clang::doc::addChild | ( | RecordInfo * | I, |
EnumInfo && | R | ||
) |
Definition at line 603 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Children, and clang::doc::ScopeChildren::Enums.
void clang::doc::addChild | ( | RecordInfo * | I, |
FunctionInfo && | R | ||
) |
Definition at line 600 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Children, and clang::doc::ScopeChildren::Functions.
void clang::doc::addChild | ( | RecordInfo * | I, |
TypedefInfo && | R | ||
) |
Definition at line 606 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Children, and clang::doc::ScopeChildren::Typedefs.
void clang::doc::addChild | ( | T | I, |
ChildInfoType && | R | ||
) |
Definition at line 583 of file BitcodeReader.cpp.
Definition at line 507 of file BitcodeReader.cpp.
References F_namespace, and clang::doc::Info::Namespace.
llvm::Error clang::doc::addReference | ( | FieldTypeInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 484 of file BitcodeReader.cpp.
References F_type, and clang::doc::TypeInfo::Type.
llvm::Error clang::doc::addReference | ( | FunctionInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 548 of file BitcodeReader.cpp.
References F_namespace, F_parent, clang::doc::Info::Namespace, and clang::doc::FunctionInfo::Parent.
llvm::Error clang::doc::addReference | ( | MemberTypeInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 496 of file BitcodeReader.cpp.
References F_type, and clang::doc::TypeInfo::Type.
llvm::Error clang::doc::addReference | ( | NamespaceInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 530 of file BitcodeReader.cpp.
References clang::doc::NamespaceInfo::Children, F_child_namespace, F_child_record, F_namespace, clang::doc::Info::Namespace, clang::doc::ScopeChildren::Namespaces, and clang::doc::ScopeChildren::Records.
llvm::Error clang::doc::addReference | ( | RecordInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 562 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Children, F_child_record, F_namespace, F_parent, F_vparent, clang::doc::Info::Namespace, clang::doc::RecordInfo::Parents, clang::doc::ScopeChildren::Records, and clang::doc::RecordInfo::VirtualParents.
Definition at line 467 of file BitcodeReader.cpp.
llvm::Error clang::doc::addReference | ( | TypedefInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 518 of file BitcodeReader.cpp.
References F_namespace, and clang::doc::Info::Namespace.
Definition at line 472 of file BitcodeReader.cpp.
References F_type, and clang::doc::TypeInfo::Type.
void clang::doc::addTemplate | ( | FunctionInfo * | I, |
TemplateInfo && | P | ||
) |
Definition at line 644 of file BitcodeReader.cpp.
References clang::doc::FunctionInfo::Template.
void clang::doc::addTemplate | ( | RecordInfo * | I, |
TemplateInfo && | P | ||
) |
Definition at line 641 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Template.
void clang::doc::addTemplate | ( | T | I, |
TemplateInfo && | P | ||
) |
Definition at line 637 of file BitcodeReader.cpp.
void clang::doc::addTemplateParam | ( | T | I, |
TemplateParamInfo && | P | ||
) |
Definition at line 624 of file BitcodeReader.cpp.
void clang::doc::addTemplateParam | ( | TemplateInfo * | I, |
TemplateParamInfo && | P | ||
) |
Definition at line 628 of file BitcodeReader.cpp.
References clang::doc::TemplateInfo::Params.
void clang::doc::addTemplateParam | ( | TemplateSpecializationInfo * | I, |
TemplateParamInfo && | P | ||
) |
Definition at line 632 of file BitcodeReader.cpp.
References clang::doc::TemplateSpecializationInfo::Params.
void clang::doc::addTemplateSpecialization | ( | T | I, |
TemplateSpecializationInfo && | TSI | ||
) |
Definition at line 650 of file BitcodeReader.cpp.
void clang::doc::addTemplateSpecialization | ( | TemplateInfo * | I, |
TemplateSpecializationInfo && | TSI | ||
) |
Definition at line 655 of file BitcodeReader.cpp.
References clang::doc::TemplateInfo::Specialization.
llvm::Error clang::doc::addTypeInfo | ( | BaseRecordInfo * | I, |
MemberTypeInfo && | T | ||
) |
Definition at line 442 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Members.
Definition at line 457 of file BitcodeReader.cpp.
References clang::doc::EnumInfo::BaseType.
llvm::Error clang::doc::addTypeInfo | ( | FunctionInfo * | I, |
FieldTypeInfo && | T | ||
) |
Definition at line 452 of file BitcodeReader.cpp.
References clang::doc::FunctionInfo::Params.
llvm::Error clang::doc::addTypeInfo | ( | FunctionInfo * | I, |
TypeInfo && | T | ||
) |
Definition at line 447 of file BitcodeReader.cpp.
References clang::doc::FunctionInfo::ReturnType.
llvm::Error clang::doc::addTypeInfo | ( | RecordInfo * | I, |
MemberTypeInfo && | T | ||
) |
Definition at line 437 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Members.
llvm::Error clang::doc::addTypeInfo | ( | T | I, |
TTypeInfo && | TI | ||
) |
Definition at line 432 of file BitcodeReader.cpp.
llvm::Error clang::doc::addTypeInfo | ( | TypedefInfo * | I, |
TypeInfo && | T | ||
) |
Definition at line 462 of file BitcodeReader.cpp.
References clang::doc::TypedefInfo::Underlying.
|
static |
Definition at line 225 of file HTMLGenerator.cpp.
Referenced by genEnumsBlock(), genFileHeadNodes(), genFunctionsBlock(), genHTML(), genIndex(), genInfoFile(), and genInfoFileMainNode().
|
static |
Definition at line 39 of file BitcodeWriter.cpp.
References AbbrevGen(), and clang::doc::BitCodeConstants::BoolSize.
|
static |
Definition at line 132 of file Representation.cpp.
References IT_namespace, Name, Path, and Type.
Referenced by clang::doc::Reference::getRelativeFilePath(), and clang::doc::Info::getRelativeFilePath().
|
static |
Definition at line 231 of file HTMLGenerator.cpp.
Referenced by genJsScriptsHTML(), and genStylesheetsHTML().
|
static |
Definition at line 1068 of file HTMLGenerator.cpp.
References OutDirectory().
Referenced by clang::doc::HTMLGenerator::createResources().
llvm::Error clang::doc::decodeRecord | ( | const Record & | R, |
AccessSpecifier & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 53 of file BitcodeReader.cpp.
References Field.
llvm::Error clang::doc::decodeRecord | ( | const Record & | R, |
bool & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 40 of file BitcodeReader.cpp.
References Field.
Definition at line 108 of file BitcodeReader.cpp.
References F_child_namespace, F_child_record, F_default, F_namespace, F_parent, F_type, F_vparent, and Field.
Definition at line 92 of file BitcodeReader.cpp.
References Field, IT_default, IT_enum, IT_function, IT_namespace, IT_record, and IT_typedef.
llvm::Error clang::doc::decodeRecord | ( | const Record & | R, |
int & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 45 of file BitcodeReader.cpp.
References Field.
llvm::Error clang::doc::decodeRecord | ( | const Record & | R, |
llvm::SmallVectorImpl< char > & | Field, | ||
llvm::StringRef | Blob | ||
) |
llvm::Error clang::doc::decodeRecord | ( | const Record & | R, |
llvm::SmallVectorImpl< llvm::SmallString< 16 > > & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 125 of file BitcodeReader.cpp.
References Field.
llvm::Error clang::doc::decodeRecord | ( | const Record & | R, |
llvm::SmallVectorImpl< Location > & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 132 of file BitcodeReader.cpp.
References Field.
llvm::Error clang::doc::decodeRecord | ( | const Record & | R, |
std::optional< Location > & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 83 of file BitcodeReader.cpp.
References Field.
Definition at line 27 of file BitcodeReader.cpp.
References E, Field, and clang::doc::BitCodeConstants::USRHashSize.
llvm::Error clang::doc::decodeRecord | ( | const Record & | R, |
TagTypeKind & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 68 of file BitcodeReader.cpp.
References Field.
llvm::Expected< std::unique_ptr< Generator > > clang::doc::findGeneratorByName | ( | llvm::StringRef | Format | ) |
Definition at line 17 of file Generators.cpp.
|
static |
|
static |
|
static |
Definition at line 358 of file HTMLGenerator.cpp.
References appendVector(), E, genHTML(), and Out.
Referenced by genHTML().
|
static |
Definition at line 549 of file HTMLGenerator.cpp.
Referenced by genIndex(), and genInfoFile().
|
static |
Definition at line 504 of file HTMLGenerator.cpp.
References ProjectName().
Referenced by genIndex(), and genInfoFile().
|
static |
Definition at line 486 of file HTMLGenerator.cpp.
References appendVector(), genJsScriptsHTML(), genStylesheetsHTML(), and Out.
Referenced by genIndex(), and genInfoFile().
|
static |
Definition at line 388 of file HTMLGenerator.cpp.
References appendVector(), genHTML(), and Out.
Referenced by genHTML().
|
static |
Definition at line 617 of file HTMLGenerator.cpp.
References clang::doc::CommentInfo::Children, genHTML(), clang::doc::CommentInfo::Kind, Node, and clang::doc::CommentInfo::Text.
|
static |
Definition at line 658 of file HTMLGenerator.cpp.
References clang::doc::SymbolInfo::DefLoc, clang::doc::Info::Description, genEnumMembersBlock(), genHTML(), clang::doc::EnumInfo::Members, clang::doc::Info::Name, Node, Out, clang::doc::ClangDocContext::RepositoryUrl, clang::doc::EnumInfo::Scoped, clang::doc::Info::USR, and writeFileDefinition().
Referenced by genEnumsBlock(), clang::doc::HTMLGenerator::generateDocForInfo(), genFunctionsBlock(), genHTML(), genInfoFileMainNode(), and genRecordMembersBlock().
|
static |
Definition at line 687 of file HTMLGenerator.cpp.
References clang::doc::FunctionInfo::Access, clang::doc::SymbolInfo::DefLoc, clang::doc::Info::Description, genHTML(), genReference(), clang::doc::Reference::Name, clang::doc::Info::Name, Out, clang::doc::FunctionInfo::Params, clang::doc::ClangDocContext::RepositoryUrl, clang::doc::FunctionInfo::ReturnType, clang::doc::TypeInfo::Type, clang::doc::Info::USR, and writeFileDefinition().
|
static |
Definition at line 591 of file HTMLGenerator.cpp.
References appendVector(), C, clang::doc::Index::Children, genHTML(), genReference(), clang::doc::Index::JumpToSection, clang::doc::Reference::Name, and Out.
|
static |
Definition at line 736 of file HTMLGenerator.cpp.
References appendVector(), clang::doc::NamespaceInfo::Children, clang::doc::Index::Children, clang::doc::Info::Description, clang::doc::ScopeChildren::Enums, clang::doc::ScopeChildren::Functions, genEnumsBlock(), genFunctionsBlock(), genHTML(), genInfoIndexItem(), genReferencesBlock(), clang::doc::Info::getRelativeFilePath(), clang::doc::Info::Name, clang::doc::ScopeChildren::Namespaces, Out, and clang::doc::ScopeChildren::Records.
|
static |
Definition at line 781 of file HTMLGenerator.cpp.
References appendVector(), clang::doc::RecordInfo::Children, clang::doc::Index::Children, clang::doc::SymbolInfo::DefLoc, clang::doc::Info::Description, clang::doc::ScopeChildren::Enums, clang::doc::ScopeChildren::Functions, genEnumsBlock(), genFunctionsBlock(), genHTML(), genInfoIndexItem(), genRecordMembersBlock(), genReferenceList(), genReferencesBlock(), getTagType(), clang::doc::RecordInfo::Members, clang::doc::Info::Name, Out, clang::doc::RecordInfo::Parents, clang::doc::Info::Path, clang::doc::ScopeChildren::Records, clang::doc::ClangDocContext::RepositoryUrl, clang::doc::RecordInfo::TagType, clang::doc::RecordInfo::VirtualParents, and writeFileDefinition().
|
static |
Definition at line 648 of file HTMLGenerator.cpp.
|
static |
Definition at line 847 of file HTMLGenerator.cpp.
|
static |
Definition at line 321 of file MDGenerator.cpp.
References C, clang::doc::Index::Children, clang::doc::ClangDocContext::Idx, IT_default, IT_enum, IT_function, IT_namespace, IT_record, IT_typedef, OS, clang::doc::ClangDocContext::OutDirectory, clang::doc::ClangDocContext::ProjectName, clang::doc::Index::sort(), and Type.
|
static |
Definition at line 1038 of file HTMLGenerator.cpp.
References appendVector(), genFileFooterNode(), genFileHeaderNode(), genFileHeadNodes(), genIndexFileMainNode(), clang::doc::ClangDocContext::OutDirectory, and clang::doc::ClangDocContext::ProjectName.
Referenced by clang::doc::HTMLGenerator::createResources(), and clang::doc::MDGenerator::createResources().
|
static |
Definition at line 1023 of file HTMLGenerator.cpp.
Referenced by genIndex().
|
static |
Definition at line 560 of file HTMLGenerator.cpp.
References appendVector(), genFileFooterNode(), genFileHeaderNode(), genFileHeadNodes(), genInfoFileMainNode(), and clang::doc::ClangDocContext::ProjectName.
Referenced by clang::doc::HTMLGenerator::generateDocForInfo().
|
static |
Definition at line 514 of file HTMLGenerator.cpp.
References appendVector(), and genHTML().
Referenced by genInfoFile().
|
static |
Definition at line 582 of file HTMLGenerator.cpp.
References C, and clang::doc::Index::Children.
Referenced by genHTML().
|
static |
|
static |
Definition at line 291 of file HTMLGenerator.cpp.
References computeRelativePath(), clang::doc::ClangDocContext::JsScripts, and Out.
Referenced by genFileHeadNodes().
|
static |
|
static |
Definition at line 131 of file MDGenerator.cpp.
References C, clang::doc::SymbolInfo::DefLoc, clang::doc::Info::Description, clang::doc::EnumInfo::Members, clang::doc::Info::Name, OS, clang::doc::EnumInfo::Scoped, writeDescription(), writeFileDefinition(), and writeLine().
Referenced by clang::doc::MDGenerator::generateDocForInfo(), and genMarkdown().
|
static |
Definition at line 152 of file MDGenerator.cpp.
References clang::doc::FunctionInfo::Access, C, clang::doc::SymbolInfo::DefLoc, clang::doc::Info::Description, genItalic(), clang::doc::Reference::Name, clang::doc::Info::Name, OS, clang::doc::FunctionInfo::Params, clang::doc::FunctionInfo::ReturnType, clang::doc::TypeInfo::Type, writeDescription(), writeFileDefinition(), writeHeader(), and writeLine().
|
static |
Definition at line 180 of file MDGenerator.cpp.
References C, clang::doc::NamespaceInfo::Children, clang::doc::Info::Description, E, clang::doc::ScopeChildren::Enums, clang::doc::ScopeChildren::Functions, genMarkdown(), clang::doc::Info::getRelativeFilePath(), clang::doc::Info::Name, clang::doc::ScopeChildren::Namespaces, OS, clang::doc::ScopeChildren::Records, writeDescription(), writeHeader(), writeNameLink(), and writeNewLine().
|
static |
Definition at line 230 of file MDGenerator.cpp.
References C, clang::doc::RecordInfo::Children, clang::doc::SymbolInfo::DefLoc, clang::doc::Info::Description, E, clang::doc::ScopeChildren::Enums, clang::doc::ScopeChildren::Functions, genMarkdown(), genReferenceList(), getTagType(), clang::doc::RecordInfo::Members, clang::doc::Info::Name, OS, clang::doc::RecordInfo::Parents, clang::doc::ScopeChildren::Records, clang::doc::RecordInfo::TagType, clang::doc::RecordInfo::VirtualParents, writeDescription(), writeFileDefinition(), writeHeader(), writeLine(), and writeNewLine().
|
static |
Definition at line 286 of file MDGenerator.cpp.
|
static |
Definition at line 407 of file HTMLGenerator.cpp.
References genHTML(), genReference(), M, and Out.
Referenced by genHTML().
|
static |
Definition at line 321 of file HTMLGenerator.cpp.
References genLink(), Path, and Type.
Referenced by genHTML(), genRecordMembersBlock(), genReferenceList(), and genReferencesBlock().
|
static |
Definition at line 32 of file MDGenerator.cpp.
|
static |
Definition at line 339 of file HTMLGenerator.cpp.
References genReference(), and Out.
Referenced by genHTML(), and genMarkdown().
|
static |
Definition at line 435 of file HTMLGenerator.cpp.
References genReference(), Out, and References.
Referenced by genHTML().
|
static |
Definition at line 274 of file HTMLGenerator.cpp.
References computeRelativePath(), Out, and clang::doc::ClangDocContext::UserStylesheets.
Referenced by genFileHeadNodes().
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | CommentInfo * | I | ) |
Definition at line 418 of file BitcodeReader.cpp.
References clang::doc::CommentInfo::Children.
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | EnumInfo * | I | ) |
Definition at line 410 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | FunctionInfo * | I | ) |
Definition at line 394 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | MemberTypeInfo * | I | ) |
Definition at line 406 of file BitcodeReader.cpp.
References clang::doc::MemberTypeInfo::Description.
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | NamespaceInfo * | I | ) |
Definition at line 398 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | RecordInfo * | I | ) |
Definition at line 402 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | std::unique_ptr< CommentInfo > & | I | ) |
Definition at line 424 of file BitcodeReader.cpp.
References getCommentInfo().
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | T | I | ) |
Definition at line 389 of file BitcodeReader.cpp.
Referenced by getCommentInfo().
llvm::Expected< CommentInfo * > clang::doc::getCommentInfo | ( | TypedefInfo * | I | ) |
Definition at line 414 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
|
static |
Definition at line 958 of file HTMLGenerator.cpp.
References IT_default, IT_enum, IT_function, IT_namespace, IT_record, and IT_typedef.
Referenced by serializeIndex().
std::string clang::doc::getTagType | ( | TagTypeKind | AS | ) |
Definition at line 29 of file Generators.cpp.
Referenced by genHTML(), and genMarkdown().
|
static |
|
static |
Definition at line 46 of file BitcodeWriter.cpp.
References AbbrevGen(), and clang::doc::BitCodeConstants::IntSize.
bool clang::doc::isTypedefAnonRecord | ( | const T * | D | ) |
Definition at line 24 of file Mapper.cpp.
References C.
|
static |
Definition at line 74 of file BitcodeWriter.cpp.
References AbbrevGen(), clang::doc::BitCodeConstants::BoolSize, clang::doc::BitCodeConstants::LineNumberSize, and clang::doc::BitCodeConstants::StringLengthSize.
|
static |
Referenced by clang::doc::serialize::parseBases().
llvm::Expected< std::unique_ptr< Info > > clang::doc::mergeInfos | ( | std::vector< std::unique_ptr< Info > > & | Values | ) |
Definition at line 74 of file Representation.cpp.
References IT_enum, IT_function, IT_namespace, IT_record, and IT_typedef.
std::unique_ptr< tooling::FrontendActionFactory > clang::doc::newMapperActionFactory | ( | ClangDocContext | CDCtx | ) |
Definition at line 56 of file ClangDoc.cpp.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
BaseRecordInfo * | I | ||
) |
Definition at line 188 of file BitcodeReader.cpp.
References clang::doc::BaseRecordInfo::Access, BASE_RECORD_ACCESS, BASE_RECORD_IS_PARENT, BASE_RECORD_IS_VIRTUAL, BASE_RECORD_NAME, BASE_RECORD_PATH, BASE_RECORD_TAG_TYPE, BASE_RECORD_USR, decodeRecord(), ID, clang::doc::BaseRecordInfo::IsParent, clang::doc::BaseRecordInfo::IsVirtual, clang::doc::Info::Name, clang::doc::Info::Path, clang::doc::RecordInfo::TagType, and clang::doc::Info::USR.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
CommentInfo * | I | ||
) |
Definition at line 314 of file BitcodeReader.cpp.
References clang::doc::CommentInfo::Args, clang::doc::CommentInfo::AttrKeys, clang::doc::CommentInfo::AttrValues, clang::doc::CommentInfo::CloseName, COMMENT_ARG, COMMENT_ATTRKEY, COMMENT_ATTRVAL, COMMENT_CLOSENAME, COMMENT_DIRECTION, COMMENT_EXPLICIT, COMMENT_KIND, COMMENT_NAME, COMMENT_PARAMNAME, COMMENT_SELFCLOSING, COMMENT_TEXT, decodeRecord(), clang::doc::CommentInfo::Direction, clang::doc::CommentInfo::Explicit, ID, clang::doc::CommentInfo::Kind, clang::doc::CommentInfo::Name, clang::doc::CommentInfo::ParamName, clang::doc::CommentInfo::SelfClosing, and clang::doc::CommentInfo::Text.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
const unsigned | VersionNo | ||
) |
Definition at line 142 of file BitcodeReader.cpp.
Referenced by clang::doc::ClangDocBitcodeReader::readRecord().
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
EnumInfo * | I | ||
) |
Definition at line 211 of file BitcodeReader.cpp.
References decodeRecord(), clang::doc::SymbolInfo::DefLoc, ENUM_DEFLOCATION, ENUM_LOCATION, ENUM_NAME, ENUM_SCOPED, ENUM_USR, ID, clang::doc::SymbolInfo::Loc, clang::doc::Info::Name, clang::doc::EnumInfo::Scoped, and clang::doc::Info::USR.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
EnumValueInfo * | I | ||
) |
Definition at line 247 of file BitcodeReader.cpp.
References decodeRecord(), ENUM_VALUE_EXPR, ENUM_VALUE_NAME, ENUM_VALUE_VALUE, ID, clang::doc::EnumValueInfo::Name, clang::doc::EnumValueInfo::Value, and clang::doc::EnumValueInfo::ValueExpr.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
FieldTypeInfo * | I | ||
) |
Definition at line 288 of file BitcodeReader.cpp.
References decodeRecord(), clang::doc::FieldTypeInfo::DefaultValue, FIELD_DEFAULT_VALUE, FIELD_TYPE_NAME, ID, and clang::doc::FieldTypeInfo::Name.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
FunctionInfo * | I | ||
) |
Definition at line 262 of file BitcodeReader.cpp.
References clang::doc::FunctionInfo::Access, decodeRecord(), clang::doc::SymbolInfo::DefLoc, FUNCTION_ACCESS, FUNCTION_DEFLOCATION, FUNCTION_IS_METHOD, FUNCTION_LOCATION, FUNCTION_NAME, FUNCTION_USR, ID, clang::doc::FunctionInfo::IsMethod, clang::doc::SymbolInfo::Loc, clang::doc::Info::Name, and clang::doc::Info::USR.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
MemberTypeInfo * | I | ||
) |
Definition at line 301 of file BitcodeReader.cpp.
References clang::doc::MemberTypeInfo::Access, decodeRecord(), ID, MEMBER_TYPE_ACCESS, MEMBER_TYPE_NAME, and clang::doc::FieldTypeInfo::Name.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
NamespaceInfo * | I | ||
) |
Definition at line 150 of file BitcodeReader.cpp.
References decodeRecord(), ID, clang::doc::Info::Name, NAMESPACE_NAME, NAMESPACE_PATH, NAMESPACE_USR, clang::doc::Info::Path, and clang::doc::Info::USR.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
RecordInfo * | I | ||
) |
Definition at line 165 of file BitcodeReader.cpp.
References decodeRecord(), clang::doc::SymbolInfo::DefLoc, ID, clang::doc::RecordInfo::IsTypeDef, clang::doc::SymbolInfo::Loc, clang::doc::Info::Name, clang::doc::Info::Path, RECORD_DEFLOCATION, RECORD_IS_TYPE_DEF, RECORD_LOCATION, RECORD_NAME, RECORD_PATH, RECORD_TAG_TYPE, RECORD_USR, clang::doc::RecordInfo::TagType, and clang::doc::Info::USR.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
Reference * | I, | ||
FieldId & | F | ||
) |
Definition at line 345 of file BitcodeReader.cpp.
References decodeRecord(), ID, clang::doc::Reference::Name, clang::doc::Reference::Path, clang::doc::Reference::QualName, REFERENCE_FIELD, REFERENCE_NAME, REFERENCE_PATH, REFERENCE_QUAL_NAME, REFERENCE_TYPE, REFERENCE_USR, clang::doc::Reference::RefType, and clang::doc::Reference::USR.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
TemplateInfo * | I | ||
) |
Definition at line 366 of file BitcodeReader.cpp.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
TemplateParamInfo * | I | ||
) |
Definition at line 381 of file BitcodeReader.cpp.
References clang::doc::TemplateParamInfo::Contents, decodeRecord(), ID, and TEMPLATE_PARAM_CONTENTS.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
TemplateSpecializationInfo * | I | ||
) |
Definition at line 373 of file BitcodeReader.cpp.
References decodeRecord(), ID, clang::doc::TemplateSpecializationInfo::SpecializationOf, and TEMPLATE_SPECIALIZATION_OF.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
TypedefInfo * | I | ||
) |
Definition at line 230 of file BitcodeReader.cpp.
References decodeRecord(), clang::doc::SymbolInfo::DefLoc, ID, clang::doc::TypedefInfo::IsUsing, clang::doc::Info::Name, TYPEDEF_DEFLOCATION, TYPEDEF_IS_USING, TYPEDEF_NAME, TYPEDEF_USR, and clang::doc::Info::USR.
llvm::Error clang::doc::parseRecord | ( | const Record & | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
TypeInfo * | I | ||
) |
Definition at line 283 of file BitcodeReader.cpp.
|
static |
Definition at line 976 of file HTMLGenerator.cpp.
References C, getRefType(), clang::doc::ClangDocContext::Idx, OS, clang::doc::ClangDocContext::OutDirectory, and clang::doc::Index::sort().
Referenced by clang::doc::HTMLGenerator::createResources(), and clang::doc::MDGenerator::createResources().
|
static |
Definition at line 298 of file MDGenerator.cpp.
References C, clang::doc::Index::Children, clang::doc::ClangDocContext::Idx, OS, clang::doc::ClangDocContext::OutDirectory, clang::doc::ClangDocContext::ProjectName, serializeReference(), and clang::doc::Index::sort().
|
static |
Definition at line 291 of file MDGenerator.cpp.
References OS, and writeNameLink().
Referenced by serializeIndex().
|
static |
Definition at line 64 of file BitcodeWriter.cpp.
References AbbrevGen(), and clang::doc::BitCodeConstants::StringLengthSize.
|
static |
Definition at line 53 of file BitcodeWriter.cpp.
References AbbrevGen(), clang::doc::BitCodeConstants::USRBitLengthSize, and clang::doc::BitCodeConstants::USRLengthSize.
|
static |
Definition at line 69 of file MDGenerator.cpp.
References clang::doc::CommentInfo::AttrKeys, clang::doc::CommentInfo::AttrValues, clang::doc::CommentInfo::Children, clang::doc::CommentInfo::Direction, clang::doc::CommentInfo::Explicit, genEmphasis(), clang::doc::CommentInfo::Kind, clang::doc::CommentInfo::Name, OS, clang::doc::CommentInfo::ParamName, clang::doc::CommentInfo::SelfClosing, clang::doc::CommentInfo::Text, writeDescription(), writeLine(), and writeNewLine().
Referenced by genMarkdown(), and writeDescription().
|
static |
Definition at line 53 of file MDGenerator.cpp.
References OS, and clang::doc::ClangDocContext::RepositoryUrl.
|
static |
Definition at line 454 of file HTMLGenerator.cpp.
References Node, and RepositoryUrl().
Referenced by genHTML(), and genMarkdown().
|
static |
Definition at line 49 of file MDGenerator.cpp.
Referenced by genMarkdown().
|
static |
Definition at line 43 of file MDGenerator.cpp.
Referenced by genMarkdown(), and writeDescription().
|
static |
Definition at line 121 of file MDGenerator.cpp.
References clang::doc::Reference::getFileBaseName(), clang::doc::Reference::getRelativeFilePath(), clang::doc::Reference::Name, OS, and Path.
Referenced by genMarkdown(), and serializeReference().
|
static |
Definition at line 47 of file MDGenerator.cpp.
References OS.
Referenced by genMarkdown(), and writeDescription().
|
static |
Definition at line 140 of file BitcodeWriter.h.
|
static |
Definition at line 105 of file BitcodeWriter.cpp.
Definition at line 17 of file BitcodeWriter.cpp.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::FunctionInfo::merge(), and clang::doc::Info::mergeBase().
|
static |
Definition at line 107 of file Generators.cpp.
volatile int clang::doc::HTMLGeneratorAnchorSource = 0 |
Definition at line 1111 of file HTMLGenerator.cpp.
|
static |
Definition at line 105 of file Generators.cpp.
volatile int clang::doc::MDGeneratorAnchorSource = 0 |
Definition at line 470 of file MDGenerator.cpp.
Definition at line 141 of file BitcodeWriter.h.
|
static |
Definition at line 136 of file BitcodeWriter.cpp.
Definition at line 212 of file BitcodeWriter.cpp.
|
static |
Definition at line 21 of file Mapper.cpp.
|
static |
Definition at line 22 of file Mapper.cpp.
|
static |
Definition at line 33 of file BitcodeWriter.h.
Referenced by clang::doc::ClangDocBitcodeReader::readBitcode().
|
static |
Definition at line 103 of file Generators.cpp.
volatile int clang::doc::YAMLGeneratorAnchorSource = 0 |
Definition at line 395 of file YAMLGenerator.cpp.