clang-tools 20.0.0git
|
#include "Mapper.h"
#include "BitcodeWriter.h"
#include "Serialize.h"
#include "clang/AST/Comment.h"
#include "clang/Index/USRGeneration.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Mutex.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::doc |
Functions | |
template<typename T > | |
bool | clang::doc::isTypedefAnonRecord (const T *D) |
Variables | |
static llvm::StringSet | clang::doc::USRVisited |
static llvm::sys::Mutex | clang::doc::USRVisitedGuard |