clang 20.0.0git
|
#include "clang/AST/DependenceFlags.h"
#include "clang/AST/NestedNameSpecifier.h"
#include "clang/AST/TemplateName.h"
#include "clang/AST/Type.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/TrailingObjects.h"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <optional>
Go to the source code of this file.
Classes | |
struct | llvm::PointerLikeTypeTraits< clang::Expr * > |
class | clang::TemplateArgument |
Represents a template argument. More... | |
struct | clang::TemplateArgumentLocInfo |
Location information for a TemplateArgument. More... | |
class | clang::TemplateArgumentLoc |
Location wrapper for a TemplateArgument. More... | |
class | clang::TemplateArgumentListInfo |
A convenient class for passing around template argument information. More... | |
struct | clang::ASTTemplateArgumentListInfo |
Represents an explicit template argument list in C++, e.g., the "<int>" in "sort<int>". More... | |
struct | clang::ASTTemplateKWAndArgsInfo |
Represents an explicit template argument list in C++, e.g., the "<int>" in "sort<int>". More... | |
Namespaces | |
namespace | llvm |
Diagnostic wrappers for TextAPI types for error reporting. | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
const StreamingDiagnostic & | clang::operator<< (const StreamingDiagnostic &DB, const TemplateArgument &Arg) |