clang API Documentation
#include "clang/AST/CommentLexer.h"
#include "clang/AST/CommentCommandTraits.h"
#include "clang/AST/CommentDiagnostic.h"
#include "clang/Basic/CharInfo.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/ErrorHandling.h"
#include "clang/AST/CommentHTMLTags.inc"
#include "clang/AST/CommentHTMLNamedCharacterReferences.inc"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::comments |
Functions | |
static bool | clang::comments::isHTMLNamedCharacterReferenceCharacter (char C) |
static bool | clang::comments::isHTMLDecimalCharacterReferenceCharacter (char C) |
static bool | clang::comments::isHTMLHexCharacterReferenceCharacter (char C) |
static StringRef | clang::comments::convertCodePointToUTF8 (llvm::BumpPtrAllocator &Allocator, unsigned CodePoint) |