clang-tools 23.0.0git
Representation.cpp File Reference
#include "Representation.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Path.h"

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::doc

Functions

ConcurrentStringPoolclang::doc::getGlobalStringPool ()
CommentKind clang::doc::stringToCommentKind (llvm::StringRef KindStr)
llvm::StringRef clang::doc::commentKindToString (CommentKind Kind)
template<typename T>
static llvm::Expected< OwnedPtr< Info > > clang::doc::reduce (OwningPtrArray< Info > &Values)
template<typename T>
static int clang::doc::getChildIndexIfExists (OwningVec< T > &Children, T &ChildToMerge)
template<typename T>
static void clang::doc::reduceChildren (llvm::simple_ilist< T > &Children, llvm::simple_ilist< T > &&ChildrenToMerge)
template<typename T>
static void clang::doc::reduceChildren (OwningVec< T > &Children, OwningVec< T > &&ChildrenToMerge)
template<typename Container>
static void clang::doc::mergeUnkeyed (Container &Target, Container &&Source)
llvm::Expected< OwnedPtr< Info > > clang::doc::mergeInfos (OwningPtrArray< Info > &Values)
static llvm::SmallString< 64 > clang::doc::calculateRelativeFilePath (const InfoType &Type, const StringRef &Path, const StringRef &Name, const StringRef &CurrentPath)

Variables

thread_local llvm::BumpPtrAllocator clang::doc::TransientArena
thread_local llvm::BumpPtrAllocator clang::doc::PersistentArena