clang-tools
9.0.0
|
Namespaces | |
serialize | |
Classes | |
struct | BitCodeConstants |
struct | BlockIdToIndexFunctor |
class | ClangDocBitcodeReader |
class | ClangDocBitcodeWriter |
struct | ClangDocContext |
struct | CommentInfo |
struct | EnumInfo |
struct | FieldTypeInfo |
struct | FunctionInfo |
class | Generator |
class | HTMLGenerator |
Generator for HTML documentation. More... | |
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 | SymbolInfo |
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 (Record R, llvm::SmallVectorImpl< char > &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, SymbolID &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, bool &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, int &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, AccessSpecifier &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, TagTypeKind &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, llvm::Optional< Location > &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, InfoType &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, FieldId &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, llvm::SmallVectorImpl< llvm::SmallString< 16 >> &Field, llvm::StringRef Blob) |
llvm::Error | decodeRecord (Record R, llvm::SmallVectorImpl< Location > &Field, llvm::StringRef Blob) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, const unsigned VersionNo) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, NamespaceInfo *I) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, RecordInfo *I) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, EnumInfo *I) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, FunctionInfo *I) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, TypeInfo *I) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, FieldTypeInfo *I) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, MemberTypeInfo *I) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, CommentInfo *I) |
llvm::Error | parseRecord (Record R, unsigned ID, llvm::StringRef Blob, Reference *I, FieldId &F) |
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 (EnumInfo *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 (FunctionInfo *I, TypeInfo &&T) |
template<> | |
llvm::Error | addTypeInfo (FunctionInfo *I, FieldTypeInfo &&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 (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 (RecordInfo *I, FunctionInfo &&R) |
template<> | |
void | addChild (RecordInfo *I, EnumInfo &&R) |
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 | getAccess (AccessSpecifier AS) |
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 FilePath, StringRef Directory) |
static std::unique_ptr< TagNode > | genLink (const Twine &Text, const Twine &Link) |
static std::unique_ptr< HTMLNode > | genTypeReference (const Reference &Type, StringRef CurrentDirectory) |
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) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const FunctionInfo &I, StringRef ParentInfoDir) |
static std::vector< std::unique_ptr< TagNode > > | genEnumsBlock (const std::vector< EnumInfo > &Enums) |
static std::unique_ptr< TagNode > | genEnumMembersBlock (const llvm::SmallVector< SmallString< 16 >, 4 > &Members) |
static std::vector< std::unique_ptr< TagNode > > | genFunctionsBlock (const std::vector< FunctionInfo > &Functions, 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) |
static std::unique_ptr< TagNode > | writeFileDefinition (const Location &L) |
static std::unique_ptr< HTMLNode > | genHTML (const CommentInfo &I) |
static std::unique_ptr< TagNode > | genHTML (const std::vector< CommentInfo > &C) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const NamespaceInfo &I, std::string &InfoTitle) |
static std::vector< std::unique_ptr< TagNode > > | genHTML (const RecordInfo &I, std::string &InfoTitle) |
static GeneratorRegistry::Add< HTMLGenerator > | HTML (HTMLGenerator::Format, "Generator for HTML output.") |
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 Location &L, raw_ostream &OS) |
static void | writeDescription (const CommentInfo &I, raw_ostream &OS) |
static void | genMarkdown (const EnumInfo &I, llvm::raw_ostream &OS) |
static void | genMarkdown (const FunctionInfo &I, llvm::raw_ostream &OS) |
static void | genMarkdown (const NamespaceInfo &I, llvm::raw_ostream &OS) |
static void | genMarkdown (const RecordInfo &I, llvm::raw_ostream &OS) |
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 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 = 2 |
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 |
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 32 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 30 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 121 of file BitcodeWriter.h.
|
strong |
Enumerator | |
---|---|
IT_default | |
IT_namespace | |
IT_record | |
IT_function | |
IT_enum |
Definition at line 36 of file Representation.h.
enum clang::doc::RecordId |
Definition at line 70 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 | ( | T | I, |
ChildInfoType && | R | ||
) |
Definition at line 474 of file BitcodeReader.cpp.
void clang::doc::addChild | ( | NamespaceInfo * | I, |
FunctionInfo && | R | ||
) |
Definition at line 479 of file BitcodeReader.cpp.
References clang::doc::NamespaceInfo::ChildFunctions.
void clang::doc::addChild | ( | NamespaceInfo * | I, |
EnumInfo && | R | ||
) |
Definition at line 483 of file BitcodeReader.cpp.
References clang::doc::NamespaceInfo::ChildEnums.
void clang::doc::addChild | ( | RecordInfo * | I, |
FunctionInfo && | R | ||
) |
Definition at line 487 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::ChildFunctions.
void clang::doc::addChild | ( | RecordInfo * | I, |
EnumInfo && | R | ||
) |
Definition at line 491 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::ChildEnums.
Definition at line 361 of file BitcodeReader.cpp.
Definition at line 367 of file BitcodeReader.cpp.
llvm::Error clang::doc::addReference | ( | FieldTypeInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 380 of file BitcodeReader.cpp.
llvm::Error clang::doc::addReference | ( | MemberTypeInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 393 of file BitcodeReader.cpp.
Definition at line 405 of file BitcodeReader.cpp.
llvm::Error clang::doc::addReference | ( | NamespaceInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 418 of file BitcodeReader.cpp.
llvm::Error clang::doc::addReference | ( | FunctionInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 437 of file BitcodeReader.cpp.
llvm::Error clang::doc::addReference | ( | RecordInfo * | I, |
Reference && | R, | ||
FieldId | F | ||
) |
Definition at line 452 of file BitcodeReader.cpp.
llvm::Error clang::doc::addTypeInfo | ( | T | I, |
TTypeInfo && | TI | ||
) |
Definition at line 340 of file BitcodeReader.cpp.
llvm::Error clang::doc::addTypeInfo | ( | RecordInfo * | I, |
MemberTypeInfo && | T | ||
) |
Definition at line 346 of file BitcodeReader.cpp.
References clang::doc::RecordInfo::Members.
llvm::Error clang::doc::addTypeInfo | ( | FunctionInfo * | I, |
TypeInfo && | T | ||
) |
Definition at line 351 of file BitcodeReader.cpp.
References clang::doc::FunctionInfo::ReturnType.
llvm::Error clang::doc::addTypeInfo | ( | FunctionInfo * | I, |
FieldTypeInfo && | T | ||
) |
Definition at line 356 of file BitcodeReader.cpp.
References clang::doc::FunctionInfo::Params.
|
static |
Definition at line 214 of file HTMLGenerator.cpp.
|
static |
Definition at line 39 of file BitcodeWriter.cpp.
References AbbrevGen(), and clang::doc::BitCodeConstants::BoolSize.
|
static |
Definition at line 221 of file HTMLGenerator.cpp.
References Directory, Path, and Result.
Referenced by genTypeReference().
llvm::Error clang::doc::decodeRecord | ( | Record | R, |
llvm::SmallVectorImpl< char > & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 20 of file BitcodeReader.cpp.
Definition at line 26 of file BitcodeReader.cpp.
References clang::doc::BitCodeConstants::USRHashSize.
llvm::Error clang::doc::decodeRecord | ( | Record | R, |
bool & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 38 of file BitcodeReader.cpp.
llvm::Error clang::doc::decodeRecord | ( | Record | R, |
int & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 43 of file BitcodeReader.cpp.
llvm::Error clang::doc::decodeRecord | ( | Record | R, |
AccessSpecifier & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 51 of file BitcodeReader.cpp.
llvm::Error clang::doc::decodeRecord | ( | Record | R, |
TagTypeKind & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 66 of file BitcodeReader.cpp.
llvm::Error clang::doc::decodeRecord | ( | Record | R, |
llvm::Optional< Location > & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 81 of file BitcodeReader.cpp.
Definition at line 90 of file BitcodeReader.cpp.
References IT_default, IT_enum, IT_function, IT_namespace, and IT_record.
Definition at line 104 of file BitcodeReader.cpp.
llvm::Error clang::doc::decodeRecord | ( | Record | R, |
llvm::SmallVectorImpl< llvm::SmallString< 16 >> & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 120 of file BitcodeReader.cpp.
llvm::Error clang::doc::decodeRecord | ( | Record | R, |
llvm::SmallVectorImpl< Location > & | Field, | ||
llvm::StringRef | Blob | ||
) |
Definition at line 127 of file BitcodeReader.cpp.
llvm::Expected< std::unique_ptr< Generator > > clang::doc::findGeneratorByName | ( | llvm::StringRef | Format | ) |
Definition at line 17 of file Generators.cpp.
Referenced by main().
|
static |
Definition at line 27 of file MDGenerator.cpp.
|
static |
Definition at line 293 of file HTMLGenerator.cpp.
|
static |
Definition at line 277 of file HTMLGenerator.cpp.
|
static |
Definition at line 304 of file HTMLGenerator.cpp.
|
static |
Definition at line 401 of file HTMLGenerator.cpp.
|
static |
Definition at line 426 of file HTMLGenerator.cpp.
|
static |
Definition at line 365 of file HTMLGenerator.cpp.
References clang::doc::CommentInfo::Kind.
|
static |
Definition at line 392 of file HTMLGenerator.cpp.
|
static |
Definition at line 466 of file HTMLGenerator.cpp.
|
static |
Definition at line 497 of file HTMLGenerator.cpp.
|
static |
Definition at line 23 of file MDGenerator.cpp.
|
static |
Definition at line 244 of file HTMLGenerator.cpp.
Referenced by genTypeReference().
|
static |
Definition at line 107 of file MDGenerator.cpp.
|
static |
Definition at line 127 of file MDGenerator.cpp.
|
static |
Definition at line 154 of file MDGenerator.cpp.
|
static |
Definition at line 193 of file MDGenerator.cpp.
|
static |
Definition at line 321 of file HTMLGenerator.cpp.
|
static |
Definition at line 32 of file MDGenerator.cpp.
|
static |
Definition at line 261 of file HTMLGenerator.cpp.
|
static |
Definition at line 344 of file HTMLGenerator.cpp.
|
static |
Definition at line 250 of file HTMLGenerator.cpp.
References computeRelativePath(), genLink(), clang::doc::Reference::Name, clang::doc::Reference::Path, and Path.
std::string clang::doc::getAccess | ( | AccessSpecifier | AS | ) |
Definition at line 30 of file Generators.cpp.
llvm::Expected<CommentInfo *> clang::doc::getCommentInfo | ( | T | I | ) |
Definition at line 303 of file BitcodeReader.cpp.
Referenced by getCommentInfo().
llvm::Expected<CommentInfo *> clang::doc::getCommentInfo | ( | FunctionInfo * | I | ) |
Definition at line 309 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
llvm::Expected<CommentInfo *> clang::doc::getCommentInfo | ( | NamespaceInfo * | I | ) |
Definition at line 314 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
llvm::Expected<CommentInfo *> clang::doc::getCommentInfo | ( | RecordInfo * | I | ) |
Definition at line 319 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
llvm::Expected<CommentInfo *> clang::doc::getCommentInfo | ( | EnumInfo * | I | ) |
Definition at line 324 of file BitcodeReader.cpp.
References clang::doc::Info::Description.
llvm::Expected<CommentInfo *> clang::doc::getCommentInfo | ( | CommentInfo * | I | ) |
Definition at line 329 of file BitcodeReader.cpp.
References clang::doc::CommentInfo::Children.
llvm::Expected<CommentInfo *> clang::doc::getCommentInfo | ( | std::unique_ptr< CommentInfo > & | I | ) |
Definition at line 335 of file BitcodeReader.cpp.
References getCommentInfo().
std::string clang::doc::getTagType | ( | TagTypeKind | AS | ) |
Definition at line 44 of file Generators.cpp.
References HTMLGeneratorAnchorSource, MDGeneratorAnchorSource, and YAMLGeneratorAnchorSource.
|
static |
|
static |
Definition at line 46 of file BitcodeWriter.cpp.
References AbbrevGen(), and clang::doc::BitCodeConstants::IntSize.
|
static |
Definition at line 74 of file BitcodeWriter.cpp.
References AbbrevGen(), clang::doc::BitCodeConstants::LineNumberSize, and clang::doc::BitCodeConstants::StringLengthSize.
|
static |
llvm::Expected< std::unique_ptr< Info > > clang::doc::mergeInfos | ( | std::vector< std::unique_ptr< Info >> & | Values | ) |
Definition at line 95 of file Representation.cpp.
References IT_enum, IT_function, IT_namespace, and IT_record.
std::unique_ptr< tooling::FrontendActionFactory > clang::doc::newMapperActionFactory | ( | ClangDocContext | CDCtx | ) |
Definition at line 56 of file ClangDoc.cpp.
llvm::Error clang::doc::parseRecord | ( | Record | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
const unsigned | VersionNo | ||
) |
Definition at line 136 of file BitcodeReader.cpp.
Referenced by clang::doc::ClangDocBitcodeReader::readRecord().
llvm::Error clang::doc::parseRecord | ( | Record | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
NamespaceInfo * | I | ||
) |
Definition at line 144 of file BitcodeReader.cpp.
llvm::Error clang::doc::parseRecord | ( | Record | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
RecordInfo * | I | ||
) |
Definition at line 159 of file BitcodeReader.cpp.
Definition at line 182 of file BitcodeReader.cpp.
llvm::Error clang::doc::parseRecord | ( | Record | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
FunctionInfo * | I | ||
) |
Definition at line 203 of file BitcodeReader.cpp.
Definition at line 224 of file BitcodeReader.cpp.
llvm::Error clang::doc::parseRecord | ( | Record | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
FieldTypeInfo * | I | ||
) |
Definition at line 229 of file BitcodeReader.cpp.
llvm::Error clang::doc::parseRecord | ( | Record | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
MemberTypeInfo * | I | ||
) |
Definition at line 240 of file BitcodeReader.cpp.
llvm::Error clang::doc::parseRecord | ( | Record | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
CommentInfo * | I | ||
) |
Definition at line 253 of file BitcodeReader.cpp.
llvm::Error clang::doc::parseRecord | ( | Record | R, |
unsigned | ID, | ||
llvm::StringRef | Blob, | ||
Reference * | I, | ||
FieldId & | F | ||
) |
Definition at line 284 of file BitcodeReader.cpp.
|
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 59 of file MDGenerator.cpp.
|
static |
Definition at line 53 of file MDGenerator.cpp.
|
static |
Definition at line 359 of file HTMLGenerator.cpp.
References clang::doc::Location::Filename, and clang::doc::Location::LineNumber.
|
static |
Definition at line 49 of file MDGenerator.cpp.
|
static |
Definition at line 43 of file MDGenerator.cpp.
|
static |
Definition at line 47 of file MDGenerator.cpp.
|
static |
Definition at line 117 of file BitcodeWriter.h.
|
static |
Definition at line 102 of file BitcodeWriter.cpp.
Definition at line 17 of file BitcodeWriter.cpp.
|
static |
Definition at line 69 of file Generators.cpp.
volatile int clang::doc::HTMLGeneratorAnchorSource = 0 |
Definition at line 609 of file HTMLGenerator.cpp.
Referenced by getTagType().
|
static |
Definition at line 67 of file Generators.cpp.
volatile int clang::doc::MDGeneratorAnchorSource = 0 |
Definition at line 284 of file MDGenerator.cpp.
Referenced by getTagType().
Definition at line 118 of file BitcodeWriter.h.
|
static |
Definition at line 127 of file BitcodeWriter.cpp.
Definition at line 186 of file BitcodeWriter.cpp.
|
static |
Definition at line 33 of file BitcodeWriter.h.
|
static |
Definition at line 65 of file Generators.cpp.
volatile int clang::doc::YAMLGeneratorAnchorSource = 0 |
Definition at line 278 of file YAMLGenerator.cpp.
Referenced by getTagType().