#include <Mapper.h>
Definition at line 30 of file Mapper.h.
◆ MapASTVisitor()
clang::doc::MapASTVisitor::MapASTVisitor |
( |
ASTContext * |
Ctx, |
|
|
ClangDocContext |
CDCtx |
|
) |
| |
|
inlineexplicit |
◆ HandleTranslationUnit()
void clang::doc::MapASTVisitor::HandleTranslationUnit |
( |
ASTContext & |
Context | ) |
|
|
override |
◆ VisitCXXMethodDecl()
bool clang::doc::MapASTVisitor::VisitCXXMethodDecl |
( |
const CXXMethodDecl * |
D | ) |
|
◆ VisitEnumDecl()
bool clang::doc::MapASTVisitor::VisitEnumDecl |
( |
const EnumDecl * |
D | ) |
|
◆ VisitFunctionDecl()
bool clang::doc::MapASTVisitor::VisitFunctionDecl |
( |
const FunctionDecl * |
D | ) |
|
◆ VisitNamespaceDecl()
bool clang::doc::MapASTVisitor::VisitNamespaceDecl |
( |
const NamespaceDecl * |
D | ) |
|
◆ VisitRecordDecl()
bool clang::doc::MapASTVisitor::VisitRecordDecl |
( |
const RecordDecl * |
D | ) |
|
◆ VisitTypeAliasDecl()
bool clang::doc::MapASTVisitor::VisitTypeAliasDecl |
( |
const TypeAliasDecl * |
D | ) |
|
◆ VisitTypedefDecl()
bool clang::doc::MapASTVisitor::VisitTypedefDecl |
( |
const TypedefDecl * |
D | ) |
|
The documentation for this class was generated from the following files: