clang 20.0.0git
|
#include "clang/Basic/CommentOptions.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorHandling.h"
#include "clang/AST/CommentCommandList.inc"
Go to the source code of this file.
Classes | |
struct | clang::comments::CommandInfo |
Information about a single command. More... | |
class | clang::comments::CommandTraits |
This class provides information about commands that can be used in comments. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::comments |
Macros | |
#define | COMMENT_COMMAND(NAME) KCI_##NAME, |
#define COMMENT_COMMAND | ( | NAME | ) | KCI_##NAME, |
Definition at line 152 of file CommentCommandTraits.h.