|
clang-tools 22.0.0git
|
#include "Mapper.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"#include "llvm/Support/TimeProfiler.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::doc |
Functions | |
| template<typename T> | |
| static bool | clang::doc::isTypedefAnonRecord (const T *D) |
Variables | |
| static llvm::StringSet | clang::doc::USRVisited |
| static llvm::sys::SmartMutex< true > | clang::doc::USRVisitedGuard |